create the ryan user, accessable from outside
This commit is contained in:
parent
bfea41df54
commit
fb55e1d495
|
@ -76,6 +76,12 @@
|
|||
extraGroups = [ "wheel" "docker" ];
|
||||
};
|
||||
|
||||
users.users.ryan = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "docker" ];
|
||||
packages = [ "browsh" ];
|
||||
};
|
||||
|
||||
users.users.paperlesspassthrough = {
|
||||
isNormalUser = true;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue