diff --git a/nixos-config/configuration.nix b/nixos-config/configuration.nix index 839fb478..f31cd055 100644 --- a/nixos-config/configuration.nix +++ b/nixos-config/configuration.nix @@ -36,6 +36,9 @@ in # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + # disable global firewall for the time being + networking.firewall.enable = false; + # Set your time zone. time.timeZone = "Europe/Zurich";