From 4d38367fdb1a8d83383c0f4cdfbe8c430900de2b Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 15 May 2026 17:06:12 +0200 Subject: [PATCH] materusPC: Use nftables --- nix-config/host/materusPC/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-config/host/materusPC/network.nix b/nix-config/host/materusPC/network.nix index 476c320..7d6ea25 100644 --- a/nix-config/host/materusPC/network.nix +++ b/nix-config/host/materusPC/network.nix @@ -9,7 +9,7 @@ sops.templates."networkmanager.env".content = '' WIREGUARD_PRIVATEKEY="${config.sops.placeholder.wireguard}" ''; - + networking.nftables.enable = true; networking.hostName = "materusPC"; #networking.wireless.iwd.enable = true; networking.networkmanager.enable = true;