summaryrefslogtreecommitdiff
path: root/config/services/web
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-13 23:00:22 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-13 23:00:40 +0100
commit52c3597a1f281e40a400375b0e6cad3ef32a19e2 (patch)
tree809e1e19197f1e35da901a778654c7d519c4cd08 /config/services/web
parent234e37175bedd061252a311cc3d08f4898132aae (diff)
config: services: web: quentin: use new website
Diffstat (limited to 'config/services/web')
-rw-r--r--config/services/web/quentin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix
index 8456565..f284071 100644
--- a/config/services/web/quentin/default.nix
+++ b/config/services/web/quentin/default.nix
@@ -3,7 +3,7 @@
{
services.nginx.virtualHosts.quentin = {
serverName = "quentin.${config.networking.domain}";
- locations."/".root = "${pkgs.personal.academic-webpage}";
+ locations."/".root = "${pkgs.personal.webpage}";
forceSSL = true;
enableACME = true;
};