summary refs log tree commit diff
path: root/profiles/impermanence.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/impermanence.nix')
-rw-r--r--profiles/impermanence.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/impermanence.nix b/profiles/impermanence.nix
index d4034a3..d739f25 100644
--- a/profiles/impermanence.nix
+++ b/profiles/impermanence.nix
@@ -18,9 +18,9 @@ in {
       ];
       files =
         [
-          "/etc/machine-id"
         ]
-        ++ sshHostKeys;
+        ++ sshHostKeys
+	++ (map (x: x + ".pub") sshHostKeys);
     };
     age.identityPaths = (map (x: "/nix/persistent" + x) sshHostKeys);
   };