From d3bc1139e5f6f9998b14a975db9d9240e79ba880 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Wed, 3 May 2023 11:04:51 +0200 Subject: [PATCH] dustbowl: add initrd crypto modules + change console keyboard layout --- nixos/dustbowl.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.