hosts/samhain: Assigned interfaces and added RTMP

This commit is contained in:
kat witch 2021-04-27 22:56:12 +01:00
parent 718edfce53
commit 0dc50259eb
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 9 additions and 1 deletions

View file

@ -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 = {

View file

@ -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";