mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
hosts/samhain: Assigned interfaces and added RTMP
This commit is contained in:
parent
718edfce53
commit
0dc50259eb
2 changed files with 9 additions and 1 deletions
|
|
@ -70,6 +70,9 @@ in {
|
|||
package = pkgs.ckb-next;
|
||||
};
|
||||
|
||||
katnet.private.interfaces = singleton "hexnet";
|
||||
katnet.public.interfaces = singleton "enp34s0";
|
||||
|
||||
services.usbmuxd.enable = true;
|
||||
|
||||
systemd.timers.kat-glauca-dns = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
katnet.private.tcp.ports = singleton 1935;
|
||||
katnet.public.tcp.ports = singleton 1935;
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
"samhain.net.kittywit.ch" = {
|
||||
useACMEHost = "samhain.net.kittywit.ch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue