From 276e54d04c44e2c64cb9dd4548ed6b1022f6f9fd Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 22 Jun 2017 01:20:19 +0200 Subject: devhell/profiles/base: Disable firewall This is from network/network_common.nix and it really affects all of the machines, so it makes sense to add it to the base profile. Signed-off-by: aszlig Cc: @devhell --- modules/user/devhell/profiles/base.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index 263206ff..6f55a79d 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -44,6 +44,8 @@ in { }; }; + networking.firewall.enable = false; + programs = { ssh = { startAgent = false; -- cgit 1.4.1