diff options
-rw-r--r-- | deploy/flake.lock | 4 | ||||
-rw-r--r-- | flake.lock | 4 | ||||
-rw-r--r-- | flakes/flake.lock | 2 | ||||
-rw-r--r-- | systems/dilion/base.nix | 1 |
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 | }, |
@@ -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 | }; |