diff options
author | lassulus <lassulus@lassul.us> | 2020-06-07 13:10:52 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-06-07 13:10:52 +0200 |
commit | 15f39ef2e925858eb787c6a52ccb896928b28b47 (patch) | |
tree | 2ac18efb3fe36040c71753f578529470cdb884c5 /tv/1systems/zu/config.nix | |
parent | fe119203ea4d2dc3e618d113c7f70629fd750aa3 (diff) | |
parent | 8ae780cf2689a0e62718fe0dcc8b80e584f68d23 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/zu/config.nix')
-rw-r--r-- | tv/1systems/zu/config.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix index bbfcfafc1..5a69601e9 100644 --- a/tv/1systems/zu/config.nix +++ b/tv/1systems/zu/config.nix @@ -18,9 +18,7 @@ with import <stockholm/lib>; boot.initrd.luks = { cryptoModules = [ "aes" "sha512" "xts" ]; - devices = [ - { name = "zuca"; device = "/dev/sda2"; } - ]; + devices.zuca.device = "/dev/sda2"; }; fileSystems = { |