aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2024-02-11 01:26:48 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2024-02-24 12:27:17 +0100
commit71fba79f37f5c8d09178e61e76854fe48949f2ac (patch)
tree09224a386b04c1ae899a27ff1a631085d2f6c50e
parentfd2dd40522a71b633a1b31197d1e2cd083cf0995 (diff)
downloadNix-71fba79f37f5c8d09178e61e76854fe48949f2ac.tar.gz
Nix-71fba79f37f5c8d09178e61e76854fe48949f2ac.tar.zst
Nix-71fba79f37f5c8d09178e61e76854fe48949f2ac.zip
Remove private nginx configuration
-rw-r--r--deploy/flake.lock4
-rw-r--r--flake.lock4
-rw-r--r--flakes/flake.lock2
-rw-r--r--systems/dilion/base.nix1
4 files changed, 5 insertions, 6 deletions
diff --git a/deploy/flake.lock b/deploy/flake.lock
index 0ece9c3..3a5b9ec 100644
--- a/deploy/flake.lock
+++ b/deploy/flake.lock
@@ -2783,7 +2783,7 @@
2783 }, 2783 },
2784 "locked": { 2784 "locked": {
2785 "lastModified": 1, 2785 "lastModified": 1,
2786 "narHash": "sha256-vC7WaZfq0RkLnryC9VLo6hzIK6qSnXjuQnGRE/euQ1U=", 2786 "narHash": "sha256-vJZt8XDgD+4qkn17WstFjgRsuORdAG+KL1P7PIiOTgA=",
2787 "path": "../flakes", 2787 "path": "../flakes",
2788 "type": "path" 2788 "type": "path"
2789 }, 2789 },
@@ -3855,7 +3855,7 @@
3855 }, 3855 },
3856 "locked": { 3856 "locked": {
3857 "lastModified": 1, 3857 "lastModified": 1,
3858 "narHash": "sha256-+AFU9oO1M0NcO2i6TjVtLJQ68CENJDCFDfwq1+XuWow=", 3858 "narHash": "sha256-kE2A8qsksqVnKrK3WYROr69NVtZeNl5Prge2jsLBESc=",
3859 "path": "../systems/dilion", 3859 "path": "../systems/dilion",
3860 "type": "path" 3860 "type": "path"
3861 }, 3861 },
diff --git a/flake.lock b/flake.lock
index 7b15319..1cace57 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2664,7 +2664,7 @@
2664 }, 2664 },
2665 "locked": { 2665 "locked": {
2666 "lastModified": 1, 2666 "lastModified": 1,
2667 "narHash": "sha256-vC7WaZfq0RkLnryC9VLo6hzIK6qSnXjuQnGRE/euQ1U=", 2667 "narHash": "sha256-vJZt8XDgD+4qkn17WstFjgRsuORdAG+KL1P7PIiOTgA=",
2668 "path": "./flakes", 2668 "path": "./flakes",
2669 "type": "path" 2669 "type": "path"
2670 }, 2670 },
@@ -3871,7 +3871,7 @@
3871 }, 3871 },
3872 "locked": { 3872 "locked": {
3873 "lastModified": 1, 3873 "lastModified": 1,
3874 "narHash": "sha256-+AFU9oO1M0NcO2i6TjVtLJQ68CENJDCFDfwq1+XuWow=", 3874 "narHash": "sha256-kE2A8qsksqVnKrK3WYROr69NVtZeNl5Prge2jsLBESc=",
3875 "path": "../systems/dilion", 3875 "path": "../systems/dilion",
3876 "type": "path" 3876 "type": "path"
3877 }, 3877 },
diff --git a/flakes/flake.lock b/flakes/flake.lock
index 5bb0740..414566f 100644
--- a/flakes/flake.lock
+++ b/flakes/flake.lock
@@ -3776,7 +3776,7 @@
3776 }, 3776 },
3777 "locked": { 3777 "locked": {
3778 "lastModified": 1, 3778 "lastModified": 1,
3779 "narHash": "sha256-+AFU9oO1M0NcO2i6TjVtLJQ68CENJDCFDfwq1+XuWow=", 3779 "narHash": "sha256-kE2A8qsksqVnKrK3WYROr69NVtZeNl5Prge2jsLBESc=",
3780 "path": "../systems/dilion", 3780 "path": "../systems/dilion",
3781 "type": "path" 3781 "type": "path"
3782 }, 3782 },
diff --git a/systems/dilion/base.nix b/systems/dilion/base.nix
index 9eb176c..8c0b3ad 100644
--- a/systems/dilion/base.nix
+++ b/systems/dilion/base.nix
@@ -202,7 +202,6 @@
202 acmeRoot = config.security.acme.defaults.webroot; 202 acmeRoot = config.security.acme.defaults.webroot;
203 useACMEHost = name; 203 useACMEHost = name;
204 forceSSL = true; 204 forceSSL = true;
205 locations."/".root = "/home/immae/www";
206 }; 205 };
207 }; 206 };
208 }; 207 };