diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 9ef0c91..d307fb4 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -47,6 +47,10 @@ preLVM = true; }; }; + boot.initrd.availableKernelModules = [ + "aesni_intel" + "cryptd" + ]; # Enable systemd watchdog systemd.watchdog = { @@ -124,7 +128,7 @@ # Configure console console = { font = "Lat2-Terminus16"; - keyMap = "de"; + keyMap = "adnw"; }; # Select internationalisation properties.