Restructure repo
This commit is contained in:
9
modules/nixos/firewall.nix
Normal file
9
modules/nixos/firewall.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
# Firewall configuration for NixOS
|
||||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = false;
|
||||
};
|
||||
|
||||
networking.nftables.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user