diff options
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/global.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/core/global.nix b/modules/core/global.nix index 5ab647d..2e7ed90 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -18,6 +18,7 @@ in {    time.timeZone = "Asia/Kolkata";    networking.networkmanager.enable = true; +  networking.firewall.enable = false;    security.rtkit.enable = true; | 
