Refactoring of the mediaserver module

This commit is contained in:
Julien Malka 2021-12-28 22:02:24 +01:00
parent 6096bc5515
commit 9677f19430
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
7 changed files with 66 additions and 20 deletions

View file

@ -17,9 +17,9 @@ in {
mkMerge [{
services.sonarr = {
enable = true;
group = "tv";
user = "mediaserver";
group = "mediaserver";
};
users.groups.tv = { name = "tv"; };
}
(mkIf cfg.nginx.enable {