diff options
author | makefu <github@syntax-fehler.de> | 2020-06-07 19:51:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-06-07 19:51:47 +0200 |
commit | 8dc4c3d153f4f6536815dbb122bf5465ed3a800a (patch) | |
tree | 584ff99e146b1b1a40ff1b2ab026de00a984eb0d /tv/1systems/wu/config.nix | |
parent | 54502928f633568c694cac94dfd4de527c8414bc (diff) | |
parent | 8ae780cf2689a0e62718fe0dcc8b80e584f68d23 (diff) |
Merge remote-tracking branch 'tv/master'
Diffstat (limited to 'tv/1systems/wu/config.nix')
-rw-r--r-- | tv/1systems/wu/config.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index 4c491d65b..d4114f00a 100644 --- a/tv/1systems/wu/config.nix +++ b/tv/1systems/wu/config.nix @@ -18,9 +18,7 @@ with import <stockholm/lib>; boot.initrd.luks = { cryptoModules = [ "aes" "sha512" "xts" ]; - devices = [ - { name = "wuca"; device = "/dev/sda2"; } - ]; + devices.wuca.device = "/dev/sda2"; }; fileSystems = { |