This commit is contained in:
Lukas Wurzinger 2024-12-29 00:40:32 +01:00
parent 0136475c72
commit 20f0705053
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,3 @@
{
networking.useNetworkd = true;
}

View file

@ -1,8 +1,5 @@
{pkgs, ...}: {
networking = {
nftables.enable = true;
useNetworkd = true;
};
networking.nftables.enable = true;
environment.systemPackages = [
pkgs.nixos-firewall-tool