mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
ops: tewi init
This commit is contained in:
parent
3f2422b20f
commit
67c2e70205
10 changed files with 154 additions and 50 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue