summaryrefslogtreecommitdiffstats
path: root/tv/1systems/querel/config.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-12-30 13:00:28 +0100
committerlassulus <lassulus@lassul.us>2020-12-30 13:00:28 +0100
commit50a3903825c8932b87b3fb6be77245688be76534 (patch)
tree7cafca39fc1d805259afc5f52dbad51f21e81932 /tv/1systems/querel/config.nix
parent053044834c1af30a90ced1338ae4342a445a2946 (diff)
parent9c2529b2910bdb3b73bcd69ed958d82e01bf7943 (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/querel/config.nix')
-rw-r--r--tv/1systems/querel/config.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix
index e58a9b21..96d8d2b6 100644
--- a/tv/1systems/querel/config.nix
+++ b/tv/1systems/querel/config.nix
@@ -11,12 +11,9 @@ with import <stockholm/lib>;
krebs.build.user = mkForce config.krebs.users.itak;
boot.initrd.availableKernelModules = [ "ahci" ];
- boot.initrd.luks = {
- cryptoModules = [ "aes" "sha512" "xts" ];
- devices.querel-luks1 = {
- allowDiscards = true;
- device = "/dev/sda2";
- };
+ boot.initrd.luks.devices.querel-luks1 = {
+ allowDiscards = true;
+ device = "/dev/sda2";
};
boot.kernelModules = [ "kvm-intel" ];
boot.loader = {