Add bunch more programs / services modularly
This commit is contained in:
9
system/security/firewall.nix
Normal file
9
system/security/firewall.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.firewalld
|
||||
pkgs.firewalld-gui
|
||||
];
|
||||
networking.firewall.enable = true;
|
||||
}
|
Reference in New Issue
Block a user