Update server config

This commit is contained in:
thiloho
2023-08-01 23:28:39 +00:00
parent 9f6ae59b36
commit 57cdba6cc1
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
"aurora.thilohohlt.com" = {
enableACME = true;
forceSSL = true;
root = inputs.aurora-blog-template.packages.default;
root = inputs.aurora-blog-template.packages.${pkgs.system}.default;
};
};
};