summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-06-15 11:08:31 +0200
committermakefu <github@syntax-fehler.de>2020-06-15 11:08:31 +0200
commitd53f1e3933ce3915987c5421109b7b45da88a316 (patch)
treea3220270ed9e8acf93a677a3796e89b4c92b4ae1
parent01d30d759bbb8c7a60215b635fd55bd1ecc5c3d3 (diff)
puyak.r: fix deprecation
-rw-r--r--krebs/1systems/puyak/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix
index a20f6929..eb1256d6 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" ];