nixos: services: podgrab: use 'media' group
This commit is contained in:
parent
4a01a50532
commit
9564df4acb
1 changed files with 5 additions and 0 deletions
|
|
@ -29,8 +29,13 @@ in
|
|||
services.podgrab = {
|
||||
enable = true;
|
||||
inherit (cfg) passwordFile port;
|
||||
|
||||
group = "media";
|
||||
};
|
||||
|
||||
# Set-up media group
|
||||
users.groups.media = { };
|
||||
|
||||
my.services.nginx.virtualHosts = {
|
||||
podgrab = {
|
||||
inherit (cfg) port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue