diff --git a/base/activation-manuelle/users.nix b/base/activation-manuelle/users.nix index d2a809d..0107586 100644 --- a/base/activation-manuelle/users.nix +++ b/base/activation-manuelle/users.nix @@ -20,6 +20,12 @@ in { security.sudo.wheelNeedsPassword = !(profiles.isPrunetwork && profiles.isServer); + users.extraUsers.root = { + openssh.authorizedKeys.keys = [ + radxJPierre03 + ]; + }; + users.extraUsers.jpierre03 = mkIf profiles.isPrunetwork { isNormalUser = true; createHome = true;