diff options
author | tv <tv@krebsco.de> | 2020-06-02 23:32:15 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-06-02 23:32:15 +0200 |
commit | 5588920842f989efede0890bbd23f863692986d1 (patch) | |
tree | 66891110296caaa94a1e6cc601de7b732e12f941 /tv | |
parent | 18accefeaf45648e8e88da3a9f97ecc49a59c833 (diff) |
tv xu: modernize luks config
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/xu/config.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 33f9539..503142b 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -113,9 +113,7 @@ with import <stockholm/lib>; boot.initrd.luks = { cryptoModules = [ "aes" "sha512" "xts" ]; - devices = [ - { name = "xuca"; device = "/dev/sda2"; } - ]; + devices.xuca.device = "/dev/sda2"; }; fileSystems = { |