nixos: gen 12 @ lavender — 2026-08-06 21:18 26.05.20260724.597283a (Yarara) -----
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
ollama
|
||||
pasystray
|
||||
pulseaudioFull
|
||||
rclone
|
||||
rnote
|
||||
sops
|
||||
ssh-to-age
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user