From fe79f59b2d03d56f3118d402aac48586450ef7c8 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 22 Nov 2023 19:04:26 +0100 Subject: [PATCH] fix ssh client config closes #8 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 37c6231..5b9f846 100644 --- a/configuration.nix +++ b/configuration.nix @@ -95,7 +95,7 @@ CertificateFile ${ builtins.toFile "user_ed25519-cert.pub" config.custom.ssh.userCert } - HostKey ${config.age.secrets.user_ed25519.path} + IdentityFile ${config.age.secrets.user_ed25519.path} ''; };