Compare commits

..

2 Commits

1 changed files with 6 additions and 0 deletions

View File

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