diff options
| author | adikro <adikro@disroot.org> | 2026-06-21 22:37:42 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-06-21 22:37:42 +0200 |
| commit | 30f34740891096471b5663704fbbd9bf67ebe885 (patch) | |
| tree | e454527368c67be4aeb81bc15ac3a0b6cc424f67 /os/srv/nginx.nix | |
| parent | 630da5d0639cada53e26a03f579df0a7bac3b17a (diff) | |
updates and pinning omnisearch
Diffstat (limited to 'os/srv/nginx.nix')
| -rw-r--r-- | os/srv/nginx.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/srv/nginx.nix b/os/srv/nginx.nix index a38b703..5161920 100644 --- a/os/srv/nginx.nix +++ b/os/srv/nginx.nix @@ -26,6 +26,7 @@ in allow ::1; allow ${config.os.core.network.lan.range}; + allow 10.1.0.0/24; allow ${config.os.core.network.wg.range}; allow ${config.os.core.network.hs.range}; |
