nixos: gen 12 @ lavender — 2026-08-06 21:18 26.05.20260724.597283a (Yarara) -----

This commit is contained in:
2026-08-06 21:20:16 -06:00
parent 1952335f07
commit 537dd3d39b
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -3,6 +3,8 @@
{
users.groups.jashton = {};
users.groups.greetd = {};
users.groups.heliotrope = {};
users.users.jashton = {
isNormalUser = true;
description = "Josh Ashton";
@@ -12,6 +14,14 @@
shell = pkgs.zsh;
};
users.users.heliotrope = {
isNormalUser = true;
description = "Remote Server heliotrope.";
group = "heliotrope";
shell = pkgs.zsh;
};
users.users.root = {
shell = pkgs.zsh;
};