From 84f0f08e1ac304b57523cc4a13f8910dabcf91cd Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 22 Oct 2024 01:43:01 -0600 Subject: [PATCH] typo --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 94eb854..7619749 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -89,7 +89,7 @@ createHome = true; group = "nixremote"; home = "/var/nixremote/"; - openssh.authorizedKeys.keys = [ ../../secrets/ssh/ed25519_nixworkstation.pub ]; + openssh.authorizedKeys.keyFiles = [ ../../secrets/ssh/ed25519_nixworkstation.pub ]; }; }; };