Compare commits

...

2 Commits

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;
};