This commit is contained in:
death916 2025-05-12 04:08:19 +00:00
parent 30a065a8fc
commit b65230e2f4

View file

@ -64,6 +64,16 @@
# initialPassword = "yoursecurepassword"; # Or use hashed password
};
# homelab services
services.plex = {
enable = true;
openFirewall = true;
user="death916";
};
# Sudo access for the wheel group (which death916 is part of)
security.sudo.wheelNeedsPassword = true; # Or false if you prefer passwordless sudo for wheel