summaryrefslogtreecommitdiff
path: root/config/services/web/quentin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/web/quentin/default.nix')
-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;
};