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 | bef199ff604910d1342ca92fedf430648e3e9afe (patch) | |
tree | a292a3d35b8f696b04e5b8b9d7917330528b9ae8 /tv/1systems/nomic | |
parent | a564163b044b2981a276d07322b0385834a8893f (diff) |
tv: drop custom boot.initrd.luks.cryptoModules
Diffstat (limited to 'tv/1systems/nomic')
-rw-r--r-- | tv/1systems/nomic/config.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index 38cc623..4dc0b4e 100644 --- a/tv/1systems/nomic/config.nix +++ b/tv/1systems/nomic/config.nix @@ -15,10 +15,7 @@ with import <stockholm/lib>; <stockholm/tv/2configs/xserver> ]; - boot.initrd.luks = { - cryptoModules = [ "aes" "sha512" "xts" ]; - devices.luks1.device = "/dev/sda2"; - }; + boot.initrd.luks.devices.luks1.device = "/dev/sda2"; # Don't use UEFI because current disk was partitioned/formatted for AO753. # TODO remove following bool.loader section after repartitioning/reformatting |