nixos: gen 13 @ lavender — 2026-08-06 23:02 26.05.20260724.597283a (Yarara) -----

This commit is contained in:
2026-08-06 23:02:46 -06:00
parent 537dd3d39b
commit 7d8dd38643
+4 -4
View File
@@ -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;
};