diff options
author | makefu <github@syntax-fehler.de> | 2020-06-15 11:08:31 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-06-15 11:08:31 +0200 |
commit | d53f1e3933ce3915987c5421109b7b45da88a316 (patch) | |
tree | a3220270ed9e8acf93a677a3796e89b4c92b4ae1 /krebs/1systems/puyak | |
parent | 01d30d759bbb8c7a60215b635fd55bd1ecc5c3d3 (diff) |
puyak.r: fix deprecation
Diffstat (limited to 'krebs/1systems/puyak')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index a20f6929e..eb1256d69 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -31,7 +31,7 @@ loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; - initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda3"; } ]; + initrd.luks.devices.luksroot.device = "/dev/sda3"; initrd.luks.cryptoModules = [ "aes" "sha512" "sha1" "xts" ]; initrd.availableKernelModules = [ "xhci_hcd" "ehci_pci" "ahci" "usb_storage" ]; |