diff --git a/general.nix b/general.nix index 09e8328..3700765 100644 --- a/general.nix +++ b/general.nix @@ -131,8 +131,8 @@ in isSystemUser = true; group = "builder"; hashedPassword = mkForce null; # Must not have a password! - openssh.authorizedKeys.keyFiles = [ - buildUserKeyFile + openssh.authorizedKeys.keys = [ + (readFile buildUserPubKeyFile) ]; shell = pkgs.bashInteractive; };