create the ryan user, accessable from outside

This commit is contained in:
stupidcomputer 2023-12-18 13:21:51 -06:00
parent bfea41df54
commit fb55e1d495
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@
extraGroups = [ "wheel" "docker" ];
};
users.users.ryan = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
packages = [ "browsh" ];
};
users.users.paperlesspassthrough = {
isNormalUser = true;
};