diff options
Diffstat (limited to 'config/networking.nix')
| -rw-r--r-- | config/networking.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/networking.nix b/config/networking.nix index a9a3494..0a103c4 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -36,7 +36,7 @@ }; "quentin.aristote.fr" = { - root = "${pkgs.personal.academic-webpage}"; + locations."/".root = "${pkgs.personal.academic-webpage}"; forceSSL = true; enableACME = true; }; |
