summaryrefslogtreecommitdiffstats
path: root/tv/1systems/alnus
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
commitbef199ff604910d1342ca92fedf430648e3e9afe (patch)
treea292a3d35b8f696b04e5b8b9d7917330528b9ae8 /tv/1systems/alnus
parenta564163b044b2981a276d07322b0385834a8893f (diff)
tv: drop custom boot.initrd.luks.cryptoModules
Diffstat (limited to 'tv/1systems/alnus')
-rw-r--r--tv/1systems/alnus/config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix
index ed5fb67..54f845e 100644
--- a/tv/1systems/alnus/config.nix
+++ b/tv/1systems/alnus/config.nix
@@ -11,7 +11,6 @@ with import <stockholm/lib>;
boot = {
initrd = {
availableKernelModules = [ "ahci" ];
- luks.cryptoModules = [ "aes" "sha512" "xts" ];
luks.devices.luksroot.device = "/dev/sda2";
};
};