From 6749267805fd824bcfafc0b81e1dd9c2b6180f09 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 30 Mar 2021 00:15:44 +0200 Subject: chore(tverskoy): Disable networking.firewall I'm only connected to my own tethering nets anyways and I can't be bothered to figure out all the things I need to open for Chromecasts, maybe later. Change-Id: Id1715b205191d4494a5a7001e1fb0f41a89d3de6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2705 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 18b5ebfffb..d1dabf79c2 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -98,6 +98,7 @@ in lib.fix(self: { hostId = "3c91827f"; useDHCP = false; networkmanager.enable = true; + firewall.enable = false; nameservers = [ "8.8.8.8" -- cgit 1.4.1