From 31a65ac0035c5cca81097aa313072a0dfb1fac84 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 24 Oct 2024 13:49:12 +0200 Subject: [PATCH] loki: Switch to nftables --- machines/loki/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 778dd83..f061dec 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -66,7 +66,10 @@ wallpaper = ../../wallpapers/river-2560.png; wayvnc = true; }; - tailscale.enable = true; + tailscale = { + enable = true; + nftables = true; + }; sound = { enable = true; jack = true; @@ -161,6 +164,8 @@ networkmanager.enable = false; useNetworkd = true; + nftables.enable = true; + firewall = { trustedInterfaces = [ "lo"