adjust themes and other stuff

This commit is contained in:
kp2pml30 2025-02-02 00:24:27 +04:00
parent 1bd790f1c8
commit 70e965c63f
17 changed files with 332 additions and 183 deletions

View file

@ -30,12 +30,12 @@ in lib.mkIf cfg.nginx {
listen = [
{ addr = "0.0.0.0"; port = 80; }
{ addr = "0.0.0.0"; port = 444; ssl = true; }
# { addr = "0.0.0.0"; port = 444; ssl = true; }
];
locations."/" = {
root = cfg.sitePath;
tryFiles = "$uri $uri/ index.html";
tryFiles = "$uri $uri/ /index.html";
};
};