ops: tewi init

This commit is contained in:
Kat Inskip 2022-09-16 10:41:11 -07:00
parent 3f2422b20f
commit 67c2e70205
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 154 additions and 50 deletions

View file

@ -7,9 +7,14 @@
users.users.tvheadend.group = "tvheadend";
users.groups.tvheadend = {};
network.firewall.public = {
network.firewall = {
private = {
tcp.ports = [ 9981 9982 ];
};
};
public = {
tcp.ports = [ 9981 9982 ];
};
};
systemd.services.antennas = {
wantedBy = [ "plex.service" ];