summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
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";
- };
};
};
}