nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit bf5da2f15a9ea5a99e846b416d473f4cfc2563b3
parent 046c31bcc48779743c8380781b09b9e07f7a4b46
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Jan 2024 00:01:22 +0100

gre

Diffstat:
Mnixos/worker-1/configuration.nix | 4++--
Mnixos/worker-2/configuration.nix | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -296,7 +296,7 @@ in { ]; in { checkReversePath = "loose"; - trustedInterfaces = ["floating1" "enp7s0"]; + trustedInterfaces = ["lxc*" "cilium*" "floating1" "enp7s0"]; enable = true; allowPing = true; allowedTCPPorts = [ @@ -466,7 +466,7 @@ in { }; tailscale = { - enable = true; + enable = false; useRoutingFeatures = "both"; }; headscale = { diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -275,7 +275,7 @@ in { ]; in { checkReversePath = "loose"; - trustedInterfaces = ["enp7s0"]; + trustedInterfaces = ["lxc*" "cilium*" "enp7s0"]; enable = true; allowPing = true; allowedTCPPorts = [