nixos: gen 12 @ lavender — 2026-08-06 21:18 26.05.20260724.597283a (Yarara) -----
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
ollama
|
ollama
|
||||||
pasystray
|
pasystray
|
||||||
pulseaudioFull
|
pulseaudioFull
|
||||||
|
rclone
|
||||||
rnote
|
rnote
|
||||||
sops
|
sops
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
{
|
{
|
||||||
users.groups.jashton = {};
|
users.groups.jashton = {};
|
||||||
users.groups.greetd = {};
|
users.groups.greetd = {};
|
||||||
|
users.groups.heliotrope = {};
|
||||||
|
|
||||||
users.users.jashton = {
|
users.users.jashton = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Josh Ashton";
|
description = "Josh Ashton";
|
||||||
@@ -12,6 +14,14 @@
|
|||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.heliotrope = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Remote Server heliotrope.";
|
||||||
|
group = "heliotrope";
|
||||||
|
|
||||||
|
shell = pkgs.zsh;
|
||||||
|
};
|
||||||
|
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user