dustbowl: add initrd crypto modules + change console keyboard layout
This commit is contained in:
parent
b9109dca64
commit
d3bc1139e5
1 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue