Fixed broken services on lisa

This commit is contained in:
Julien Malka 2021-12-22 12:24:13 +01:00
parent c186bc73a8
commit 33b2ebef7b
6 changed files with 6 additions and 1 deletions

View file

@ -22,6 +22,7 @@ in {
#dataDir = "/var/lib/sonarr/.config/NzbDrone";
group = "tv";
};
users.groups.tv = { name = "tv"; };
networking.firewall = { allowedTCPPorts = [ port ]; };
}