diff --git a/modules/base.nix b/modules/base.nix index 442e230..f6305e5 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -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";