]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Remove private nginx configuration
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 11 Feb 2024 00:26:48 +0000 (01:26 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Feb 2024 11:27:17 +0000 (12:27 +0100)
deploy/flake.lock
flake.lock
flakes/flake.lock
systems/dilion/base.nix

index 0ece9c361f82bdd9f7dbae8fbe896ef44ac88670..3a5b9ecb5d1fc0d712c4705c88f708ccbe87d465 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-vC7WaZfq0RkLnryC9VLo6hzIK6qSnXjuQnGRE/euQ1U=",
+        "narHash": "sha256-vJZt8XDgD+4qkn17WstFjgRsuORdAG+KL1P7PIiOTgA=",
         "path": "../flakes",
         "type": "path"
       },
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-+AFU9oO1M0NcO2i6TjVtLJQ68CENJDCFDfwq1+XuWow=",
+        "narHash": "sha256-kE2A8qsksqVnKrK3WYROr69NVtZeNl5Prge2jsLBESc=",
         "path": "../systems/dilion",
         "type": "path"
       },
index 7b15319a88f1e09832b16f39b8b49be5d62f863d..1cace57c7ddd0984bfcc0d217d1cd5a37c7a27b1 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-vC7WaZfq0RkLnryC9VLo6hzIK6qSnXjuQnGRE/euQ1U=",
+        "narHash": "sha256-vJZt8XDgD+4qkn17WstFjgRsuORdAG+KL1P7PIiOTgA=",
         "path": "./flakes",
         "type": "path"
       },
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-+AFU9oO1M0NcO2i6TjVtLJQ68CENJDCFDfwq1+XuWow=",
+        "narHash": "sha256-kE2A8qsksqVnKrK3WYROr69NVtZeNl5Prge2jsLBESc=",
         "path": "../systems/dilion",
         "type": "path"
       },
index 5bb0740b64edd80209cc0d6a93528867ef2b242b..414566f799a4dd92cc1d0bff7d9ad650ea9eef04 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-+AFU9oO1M0NcO2i6TjVtLJQ68CENJDCFDfwq1+XuWow=",
+        "narHash": "sha256-kE2A8qsksqVnKrK3WYROr69NVtZeNl5Prge2jsLBESc=",
         "path": "../systems/dilion",
         "type": "path"
       },
index 9eb176c213e797d596b5940bf0abbe7d3e6588c6..8c0b3ada3978b0d86bfd608db628354b4c672cc2 100644 (file)
         acmeRoot = config.security.acme.defaults.webroot;
         useACMEHost = name;
         forceSSL = true;
-        locations."/".root = "/home/immae/www";
       };
     };
   };