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/xu/config.nix | |
parent | fe119203ea4d2dc3e618d113c7f70629fd750aa3 (diff) | |
parent | 8ae780cf2689a0e62718fe0dcc8b80e584f68d23 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/xu/config.nix')
-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 33f9539c9..503142b96 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 = { |