From 7d8dd38643f28f01a3c0655bf4b4d4413563bcf1 Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Thu, 6 Aug 2026 23:02:46 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=2013=20@=20lavender=20=E2=80=94=20?= =?UTF-8?q?2026-08-06=2023:02=2026.05.20260724.597283a=20(Yarara)=20-----?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/security/users.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; };