diff options
| author | seth <[email protected]> | 2024-04-11 12:36:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-11 12:36:17 -0400 |
| commit | 5b7b4f48b60d42b1b5ab5971bb797588421d9411 (patch) | |
| tree | d71d517db7b7d394f93d5360a491910c76dabe01 | |
| parent | e4512748934b46e160158bdb998b6ef3a0baa258 (diff) | |
atlas: drop msix subdomain
| -rw-r--r-- | ext/terranix/cloudflare/dns.nix | 5 | ||||
| -rw-r--r-- | systems/atlas/nginx.nix | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/ext/terranix/cloudflare/dns.nix b/ext/terranix/cloudflare/dns.nix index da2b175..562fdf7 100644 --- a/ext/terranix/cloudflare/dns.nix +++ b/ext/terranix/cloudflare/dns.nix @@ -42,11 +42,6 @@ in { type = "CNAME"; }; - msix = { - value = atlas_tunnel; - type = "CNAME"; - }; - # prevent email spoofing dmarc = { diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix index 001c4d5..9fe0b38 100644 --- a/systems/atlas/nginx.nix +++ b/systems/atlas/nginx.nix @@ -10,10 +10,6 @@ in { miniflux = { locations = mkProxy "/" "7000"; }; - - msix = { - root = "/var/www/msix"; - }; }; }; } |
