diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-29T22·15+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-30T10·54+0000 |
commit | 6749267805fd824bcfafc0b81e1dd9c2b6180f09 (patch) | |
tree | c712c80f14aa2a471839880d9282b65e5cd32f69 /users/tazjin/nixos/tverskoy/default.nix | |
parent | 1aab2932cc99002b3db777b5217ea64f5cf67282 (diff) |
chore(tverskoy): Disable networking.firewall r/2365
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 <mail@tazj.in>
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 18b5ebfffbbe..d1dabf79c286 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" |