diff options
author | Ben Sima <ben@bsima.me> | 2020-04-04 16:34:25 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-04 16:34:25 -0700 |
commit | d0613e11be3580c6055f03428d4793c31838eeb4 (patch) | |
tree | 34b299914abd012647d96dcc3ff328aa9ea683b2 /Com/Simatime/buildOS.nix | |
parent | ee77895806edc34b7937b5caba24f2eec7426d88 (diff) |
Get prod up and running again
Hopefully this will be the last time I need to do this!
Diffstat (limited to 'Com/Simatime/buildOS.nix')
-rw-r--r-- | Com/Simatime/buildOS.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |