dustbowl: add initrd crypto modules + change console keyboard layout

This commit is contained in:
joachimschmidt557 2023-05-03 11:04:51 +02:00
parent b9109dca64
commit d3bc1139e5
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -47,6 +47,10 @@
preLVM = true; preLVM = true;
}; };
}; };
boot.initrd.availableKernelModules = [
"aesni_intel"
"cryptd"
];
# Enable systemd watchdog # Enable systemd watchdog
systemd.watchdog = { systemd.watchdog = {
@ -124,7 +128,7 @@
# Configure console # Configure console
console = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";
keyMap = "de"; keyMap = "adnw";
}; };
# Select internationalisation properties. # Select internationalisation properties.