From da6a7d5c69aa3e8b70755e88be0f44b642422114 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 7 Dec 2023 20:32:45 +0100 Subject: bump --- system-profiles/initrd-ssh/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'system-profiles/initrd-ssh/default.nix') diff --git a/system-profiles/initrd-ssh/default.nix b/system-profiles/initrd-ssh/default.nix index 5176234f..ef469343 100644 --- a/system-profiles/initrd-ssh/default.nix +++ b/system-profiles/initrd-ssh/default.nix @@ -3,8 +3,6 @@ with lib; { - imports = [ ./module.nix ]; - config = { boot.initrd = { network = { @@ -21,8 +19,8 @@ with lib; }; secrets = with config.sops.secrets; { - "/etc/ssh/ssh_host_ed25519_key" = initrd_ssh_host_ed25519_key.path; - "/etc/ssh/ssh_host_rsa_key" = initrd_ssh_host_rsa_key.path; + "/etc/ssh/ssh_host_ed25519_key" = mkForce initrd_ssh_host_ed25519_key.path; + "/etc/ssh/ssh_host_rsa_key" = mkForce initrd_ssh_host_rsa_key.path; }; extraFiles = let -- cgit v1.2.3