Update some of the ips I missed oopsies
This commit is contained in:
parent
48b55af695
commit
c1819b68a1
8 changed files with 10 additions and 45 deletions
|
@ -7,7 +7,7 @@
|
|||
port = 8060;
|
||||
rtmp-port = 1945;
|
||||
};
|
||||
networking.firewall.extraInputRules = ''
|
||||
networking.firewall.extraInputRules = with config.services.mycelium.ips; ''
|
||||
ip6 saddr ${tower} tcp dport 1935 accept
|
||||
'';
|
||||
environment.persistence."/persist".directories = [ "/var/lib/owncast" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue