diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-08 09:00:57 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-08 09:00:57 -0800 |
| commit | 7ff5c2e346a8efeba0c27f473271d8298a1266c2 (patch) | |
| tree | a536441a137be3d6122b4d8a247db76f9cd8d12a /hosts/carmel/services.nix | |
| parent | build(deps): bump cachix/install-nix-action from 23 to 24 (diff) | |
| download | infra-7ff5c2e346a8efeba0c27f473271d8298a1266c2.tar.gz | |
delete configuration for old machines
These machines are gone, no need to keep the configuration around.
Diffstat (limited to 'hosts/carmel/services.nix')
| -rw-r--r-- | hosts/carmel/services.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/hosts/carmel/services.nix b/hosts/carmel/services.nix deleted file mode 100644 index 6694950..0000000 --- a/hosts/carmel/services.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, pkgs, ... }: { - services.nginx = { - streamConfig = '' - server { - listen 443; - proxy_timeout 2s; - proxy_pass 192.168.6.40:443; - } - - server { - listen 80 reuseport; - proxy_timeout 2s; - proxy_pass 192.168.6.40:80; - } - ''; - }; - networking.firewall.allowedTCPPorts = [ 80 443 ]; -} |
