refactor: remove unused keyfile

This commit is contained in:
Daniel Langbein 2023-11-03 15:22:09 +01:00
parent 7014befbe6
commit 73c73c6fa6
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -14,11 +14,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Setup keyfile.
boot.initrd.secrets = {
"/crypto_keyfile.bin" = null;
};
# Enables wireless support via wpa_supplicant.
# networking.wireless.enable = true;
@ -57,7 +52,8 @@
keyMap = "de-latin1-nodeadkeys";
};
# Define a user account. Don't forget to set a password with `passwd`.
# Define a user account.
# Don't forget to set a password with `passwd`.
users.users.yoda = {
isNormalUser = true;
description = "Yoda";