mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
marisa: Cast!
This commit is contained in:
parent
5459fddb01
commit
a082d2a356
2 changed files with 19 additions and 1 deletions
|
|
@ -59,6 +59,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.owncast = {
|
||||
enable = true;
|
||||
port = 8082;
|
||||
};
|
||||
|
||||
network = {
|
||||
addresses.public = {
|
||||
enable = true;
|
||||
|
|
@ -75,7 +80,7 @@
|
|||
firewall = {
|
||||
public = {
|
||||
interfaces = singleton "ens3";
|
||||
tcp.ports = singleton 52969;
|
||||
tcp.ports = [ 1935 52969 ];
|
||||
};
|
||||
private.interfaces = singleton "yggdrasil";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue