nixos: gen 13 @ lavender — 2026-08-06 23:02 26.05.20260724.597283a (Yarara) -----
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user