sam: Mount UTM host share

This requires that I explicitly specify `chandler`'s UID and GID.
This commit is contained in:
Chandler Swift 2025-07-21 10:20:54 -05:00
parent 3f464bd791
commit ff4f0a88fa
No known key found for this signature in database
GPG key ID: B123483B24A4D579
2 changed files with 27 additions and 0 deletions

View file

@ -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"];