diff options
author | tv <tv@krebsco.de> | 2020-12-09 16:02:16 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-12-09 16:02:16 +0100 |
commit | 20d546e8b6755577f79e2df71281ca2b93ef405c (patch) | |
tree | 50eeb19e7945ff378d346c56801a7df5391ea7f1 /tv/1systems/xu | |
parent | 311c93143c80dc363f6e2dac3b9f5fa9834db015 (diff) |
tv: drop custom boot.initrd.luks.cryptoModules
Diffstat (limited to 'tv/1systems/xu')
-rw-r--r-- | tv/1systems/xu/config.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 65b49ed9c..86c2b13e5 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -111,10 +111,7 @@ with import <stockholm/lib>; } ]; - boot.initrd.luks = { - cryptoModules = [ "aes" "sha512" "xts" ]; - devices.xuca.device = "/dev/sda2"; - }; + boot.initrd.luks.devices.xuca.device = "/dev/sda2"; fileSystems = { "/" = { |