mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
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:
parent
3898d4b941
commit
43915e5148
2 changed files with 155 additions and 49 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue