+2
-1
nixos/modules/module-list.nix
+2
-1
nixos/modules/module-list.nix
···
+36
nixos/modules/system/boot/systemd/initrd-secrets.nix
+36
nixos/modules/system/boot/systemd/initrd-secrets.nix
···+(lib.mapAttrs' (dest: source: lib.nameValuePair "/.initrd-secrets/${dest}" { source = if source == null then dest else source; }) config.boot.initrd.secrets);+boot.initrd.systemd.services.initrd-nixos-copy-secrets = lib.mkIf (config.boot.initrd.secrets != {}) {