diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-26 16:09:47 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-26 16:09:47 +0530 | 
| commit | 789315895f0438eb696dfe1cc9be379baaee8936 (patch) | |
| tree | 255d768a849af1fe15ca9efa45a01a75de4639fe /modules/core | |
| parent | d7be8b48334e81d1679be7d94cfe19505d76170e (diff) | |
update
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; | 
