improvements
This commit is contained in:
parent
e347af34f0
commit
86be359908
3 changed files with 46 additions and 23 deletions
10
common/networking.nix
Normal file
10
common/networking.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
networking = {
|
||||
nftables.enable = true;
|
||||
useNetworkd = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.nixos-firewall-tool
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue