From 7a9386564b22aaa918a72ee8ba07924b5288410f Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 00:34:05 +0300 Subject: idk --- profiles/impermanence.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/impermanence.nix') 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]; -- cgit 1.4.1