summary refs log tree commit diff
path: root/profiles/impermanence.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-07-30 05:30:06 +0300
committertzlil <tzlils@protonmail.com>2023-07-30 05:30:06 +0300
commit612e3a6a256a88f53a942a7d65d13513e1bf59f5 (patch)
tree00395791145e3ae1236471b781048614602885db /profiles/impermanence.nix
parentcea0f713f5dd5878f6cf3462246108fbaab3616a (diff)
fix ssh mounts
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);
   };