nixos: services: podgrab: use 'media' group
This commit is contained in:
parent
f9db06a6d4
commit
c18054cad7
|
@ -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…
Reference in a new issue