mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
update server
This commit is contained in:
parent
a5dfa8c3f8
commit
af637c5d96
2 changed files with 2 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ in lib.mkIf cfg.nginx {
|
|||
|
||||
locations."/" = {
|
||||
root = cfg.sitePath;
|
||||
tryFiles = "$uri $uri/ index.html";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue