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.jashton = {};
|
||||||
users.groups.greetd = {};
|
users.groups.greetd = {};
|
||||||
users.groups.heliotrope = {};
|
users.groups.heliotrope-backups = {};
|
||||||
|
|
||||||
users.users.jashton = {
|
users.users.jashton = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.heliotrope = {
|
users.users.heliotrope-backups = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Remote Server heliotrope.";
|
description = "heliotrope remote server backups.";
|
||||||
group = "heliotrope";
|
group = "heliotrope-backups";
|
||||||
|
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user