This commit is contained in:
2025-02-01 11:12:31 -05:00
parent 964041c860
commit ad8a012746
6 changed files with 49 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
service_configs,
pkgs,
config,
username,
...
}:
{
@@ -28,4 +29,8 @@
"video"
"render"
];
users.users.${username}.extraGroups = [
config.services.immich.group
];
}