diff options
author | lassulus <lassulus@lassul.us> | 2020-04-23 07:09:58 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-04-23 07:09:58 +0200 |
commit | f441a3dbc712d72d0bc8e8988f1d5e366b61acbd (patch) | |
tree | cc832a9737d657470b010d3515671e5ad25f94b8 /makefu/1systems/x | |
parent | 4036dc577abdc34a3bc4e9a463119a08bf91cf99 (diff) | |
parent | bd7e97477b0529f0f758df197d2f52860564700f (diff) |
Merge remote-tracking branch 'gum/20.03'
Diffstat (limited to 'makefu/1systems/x')
-rw-r--r-- | makefu/1systems/x/config.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 4c479875e..ea92e3485 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -162,7 +162,11 @@ krebs.tinc.retiolum.connectTo = [ "omo" "prism" "nextgum" "wbob" ]; # hard dependency because otherwise the device will not be unlocked - boot.initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; allowDiscards=true; }]; + boot.initrd.luks.devices.luksroot = + { + device = "/dev/sda2"; + allowDiscards = true; + }; # avoid full boot dir boot.loader.grub.configurationLimit = 3; |