From 9d0e3f61bef3212969dd7ed548bd31e295759298 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 16 Jun 2024 00:42:51 +0200 Subject: [PATCH] Ich sollte mich beenden RTFM --- hosts/x86_64-linux/beleth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index c66d9b7..3489500 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -135,7 +135,7 @@ with lib; { services.mullvad-vpn.enable = true; # Open ports in the firewall. - networking.firewall.package = pkgs.nftables; + networking.nftables.enable = true; networking.firewall.allowedTCPPorts = [22 80 443]; networking.firewall.allowedUDPPorts = [51820];