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;