From d0613e11be3580c6055f03428d4793c31838eeb4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 4 Apr 2020 16:34:25 -0700 Subject: Get prod up and running again Hopefully this will be the last time I need to do this! --- Com/Simatime/buildOS.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Com/Simatime/buildOS.nix') diff --git a/Com/Simatime/buildOS.nix b/Com/Simatime/buildOS.nix index 636377e..9e6c2f2 100644 --- a/Com/Simatime/buildOS.nix +++ b/Com/Simatime/buildOS.nix @@ -20,6 +20,7 @@ let defaults = { boot.cleanTmpDir = true; #networking.interfaces.simatime-vpn = [{ ipv4.address = ipAddress; }]; + networking.firewall.allowPing = true; nix.binaryCaches = [ "https://cache.nixos.org" ]; nix.gc.automatic = true; nix.gc.dates = "Sunday 02:15"; -- cgit v1.2.3