diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-22 00:46:56 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-22 00:46:56 -0700 |
| commit | b8a30fec397415088b68d7a249547fd3dab99f27 (patch) | |
| tree | be9fb5eeba68cb34331d698b74714fcee2d5f7ac /hosts/copenhagen/configuration.nix | |
| parent | b90d579c5d0bd9d9f711c18d80c592925f2f45ee (diff) | |
Remove unused nginx reverse proxy
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 1af0876..72bc06c 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -55,7 +55,6 @@ }; }; web = { - proxy.enable = true; stargazers.enable = false; personal.enable = true; }; |