summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-11 12:36:17 -0400
committerseth <[email protected]>2024-04-11 12:36:17 -0400
commit5b7b4f48b60d42b1b5ab5971bb797588421d9411 (patch)
treed71d517db7b7d394f93d5360a491910c76dabe01 /systems/atlas
parente4512748934b46e160158bdb998b6ef3a0baa258 (diff)
atlas: drop msix subdomain
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/nginx.nix4
1 files changed, 0 insertions, 4 deletions
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";
- };
};
};
}