From 612e3a6a256a88f53a942a7d65d13513e1bf59f5 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 05:30:06 +0300 Subject: fix ssh mounts --- profiles/impermanence.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles/impermanence.nix') 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); }; -- cgit 1.4.1