Johannes Hendrik Gerard van der Weide 2024-03-14 11:52:12 +01:00
parent 5294a2030b
commit b10e2180af
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
services.nginx.virtualHosts."blog.hermitcollective.net" = {
forceSSL = true;
enableACME = true;
root = pkgs.callPackage ./package {};
root = pkgs.callPackage ./package.nix {};
};
}