From 553cda8fc78b4ac7a8c85ce20a6023411765542e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 14 Sep 2023 13:23:04 +0300 Subject: [PATCH] vno1-rp3b: enable vno3 --- data.nix | 1 + modules/services/jakstpub/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data.nix b/data.nix index 2ed748a..afd9f2b 100644 --- a/data.nix +++ b/data.nix @@ -106,6 +106,7 @@ rec { builtins.catAttrs "jakstIP" mHosts; vno1.cidr = "192.168.189.0/24"; + vno3.cidr = "192.168.100.0/24"; }; jakstysLTZone = let diff --git a/modules/services/jakstpub/default.nix b/modules/services/jakstpub/default.nix index 274ee5a..417c6f5 100644 --- a/modules/services/jakstpub/default.nix +++ b/modules/services/jakstpub/default.nix @@ -65,7 +65,7 @@ mj.services.friendlyport.ports = [ { - subnets = with myData.subnets; [tailscale.cidr vno1.cidr]; + subnets = with myData.subnets; [tailscale.cidr vno1.cidr vno3.cidr]; tcp = [ 139 # smbd 445 # smbd