feature/add-overseerr #120

Merged
ahuston-0 merged 20 commits from feature/add-overseerr into main 2025-06-03 01:04:00 -04:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit e4e6b37110 - Show all commits

9
modules/users.nix Normal file
View File

@ -0,0 +1,9 @@
{
...
}:
{
users.groups = {
users = "100";
};
}

View File

@ -14,6 +14,7 @@
hashedPasswordFile = config.sops.secrets."${name}/user-password".path or null;
openssh.authorizedKeys.keys = publicKeys;
extraGroups = [
"users"
"wheel"
"media"
(lib.mkIf config.networking.networkmanager.enable "networkmanager")