This commit is contained in:
2024-12-27 19:58:43 +02:00
parent cdb217550d
commit 5f78d95bfb
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
];
};
systemd.tmpfiles.rules = [
"d /srv/website 0700 website users"
"d /srv/website 0750 website users"
];
sops = {

View File

@@ -3,8 +3,8 @@
enable = true;
virtualHosts."kyren.codes" = {
forceSSL = true;
# enableACME = true;
useACMEHost = "kyren.codes";
enableACME = true;
# useACMEHost = "kyren.codes";
locations."/" = {
proxyPass = "http://localhost:80";
};