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 ]; }; }; };