update server

This commit is contained in:
kp2pml30 2025-01-31 22:08:20 +04:00
parent a5dfa8c3f8
commit af637c5d96
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@ in lib.mkIf cfg.nginx {
locations."/" = {
root = cfg.sitePath;
tryFiles = "$uri $uri/ index.html";
};
};

View file

@ -7,7 +7,7 @@ let
cfg = config.kp2pml30.server;
src = builtins.fetchGit {
url = "https://github.com/kp2pml30/kp2pml30.github.io.git";
rev = "0a887a1cd439c93efbe7d46c158102387b6fc470";
rev = "98e76b9ca1c9bcf619b2dae28601dc3c926dfa01";
};
pack = (import "${src}/release.nix" args);
in lib.mkIf cfg.nginx {