diff --git a/system/security/users.nix b/system/security/users.nix index 901db53..eeaeb78 100644 --- a/system/security/users.nix +++ b/system/security/users.nix @@ -3,7 +3,7 @@ { users.groups.jashton = {}; users.groups.greetd = {}; - users.groups.heliotrope = {}; + users.groups.heliotrope-backups = {}; users.users.jashton = { isNormalUser = true; @@ -14,10 +14,10 @@ shell = pkgs.zsh; }; - users.users.heliotrope = { + users.users.heliotrope-backups = { isNormalUser = true; - description = "Remote Server heliotrope."; - group = "heliotrope"; + description = "heliotrope remote server backups."; + group = "heliotrope-backups"; shell = pkgs.zsh; };