From 2ac40ace4c9127c45644113089066c9bf1b0ccc3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 21:45:16 +0200 Subject: ... --- hosts/skadhi/default.nix | 3 +-- system-profiles/initrd-all-crypto-modules.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/skadhi/default.nix b/hosts/skadhi/default.nix index e0040db6..ff9013a1 100644 --- a/hosts/skadhi/default.nix +++ b/hosts/skadhi/default.nix @@ -2,7 +2,7 @@ { imports = with flake.nixosModules.systemProfiles; [ ./hw.nix ./fs.nix - tmpfs-root default-locale openssh niri-unstable networkmanager lanzaboote zswap + tmpfs-root default-locale openssh niri-unstable networkmanager lanzaboote zswap initrd-all-crypto-modules flakeInputs.nixVirt.nixosModules.default ]; @@ -20,7 +20,6 @@ }; kernelModules = [ "dm-integrity" ]; - luks.cryptoModules = [ "aegis128" ]; }; lanzaboote.configurationLimit = 15; diff --git a/system-profiles/initrd-all-crypto-modules.nix b/system-profiles/initrd-all-crypto-modules.nix index da6c781e..5d10a993 100644 --- a/system-profiles/initrd-all-crypto-modules.nix +++ b/system-profiles/initrd-all-crypto-modules.nix @@ -16,7 +16,7 @@ in { ]; boot.kernelPatches = [ { - name = "encrypted_key"; + name = "encrypted_keys"; patch = null; structuredExtraConfig.ENCRYPTED_KEYS = lib.kernel.yes; } -- cgit v1.2.3