sam: Mount UTM host share
This requires that I explicitly specify `chandler`'s UID and GID.
This commit is contained in:
parent
3f464bd791
commit
ff4f0a88fa
2 changed files with 27 additions and 0 deletions
|
|
@ -62,7 +62,9 @@
|
|||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
users.groups.users.gid = 100;
|
||||
users.users.chandler = {
|
||||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
description = "Chandler Swift";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue