diff options
author | tzlil <tzlils@protonmail.com> | 2023-07-30 00:34:05 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-07-30 00:34:05 +0300 |
commit | 7a9386564b22aaa918a72ee8ba07924b5288410f (patch) | |
tree | a1a24d0ceb21a03f06ccf98416009893b972fb74 /profiles | |
parent | feefcfc89b00d4955dbb3314c20be035f3db206f (diff) |
idk
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/impermanence.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/impermanence.nix b/profiles/impermanence.nix index 5ee9c97..e325405 100644 --- a/profiles/impermanence.nix +++ b/profiles/impermanence.nix @@ -4,7 +4,7 @@ options, ... }: let - sshHostKeys = builtins.catAttrs "path" config.services.openssh.hostKeys; + sshHostKeys = builtins.catAttrs "path" ["/etc/ssh/ssh_host_ed25519_key"]; in { imports = [inputs.impermanence.nixosModules.impermanence]; |