Fixing a random breakage

This sucks... I really want to undo it later or otherwise make the
public stuff move back to the dmz :(
This commit is contained in:
Gene Liverman 2024-06-29 20:04:38 -04:00
parent 3898d4b941
commit 43915e5148
2 changed files with 155 additions and 49 deletions

View file

@ -54,6 +54,9 @@ in {
localAddress = "192.168.23.21/24";
config = { config, pkgs, lib, ... }: {
system.stateVersion = "23.11";
programs.traceroute.enable = true;
services.nginx = {
enable = true;
recommendedGzipSettings = true;