From f72f22b250ecf22657ffc9e6082086377031ea8a Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 13:19:39 +0300 Subject: clean up a bit --- profiles/impermanence.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'profiles/impermanence.nix') diff --git a/profiles/impermanence.nix b/profiles/impermanence.nix index 5fdd9eb..c222a43 100644 --- a/profiles/impermanence.nix +++ b/profiles/impermanence.nix @@ -1,4 +1,5 @@ -{inputs, +{ + inputs, config, lib, options, @@ -20,8 +21,8 @@ in { [ ] ++ sshHostKeys - ++ (map (x: x + ".pub") sshHostKeys); + ++ (map (x: x + ".pub") sshHostKeys); }; - age.identityPaths = (map (x: "/nix/persist" + x) sshHostKeys); + age.identityPaths = map (x: "/nix/persist" + x) sshHostKeys; }; } -- cgit 1.4.1