summaryrefslogtreecommitdiffstats
path: root/tv/1systems/mu/config.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-12-09 16:02:16 +0100
committertv <tv@krebsco.de>2020-12-09 16:02:16 +0100
commit20d546e8b6755577f79e2df71281ca2b93ef405c (patch)
tree50eeb19e7945ff378d346c56801a7df5391ea7f1 /tv/1systems/mu/config.nix
parent311c93143c80dc363f6e2dac3b9f5fa9834db015 (diff)
tv: drop custom boot.initrd.luks.cryptoModules
Diffstat (limited to 'tv/1systems/mu/config.nix')
-rw-r--r--tv/1systems/mu/config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix
index b6a25a2b..d5169281 100644
--- a/tv/1systems/mu/config.nix
+++ b/tv/1systems/mu/config.nix
@@ -15,7 +15,6 @@ with import <stockholm/lib>;
tv.x0vncserver.enable = true;
boot.initrd.luks.devices.muca.device = "/dev/sda2";
- boot.initrd.luks.cryptoModules = [ "aes" "sha512" "xts" ];
boot.initrd.availableKernelModules = [ "ahci" ];
boot.kernelModules = [ "fbcon" "kvm-intel" ];
boot.extraModulePackages = [ ];