diff options
author | lassulus <git@lassul.us> | 2023-08-01 13:45:54 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-08-01 13:45:54 +0200 |
commit | d3ad361ec52d8f963178646e8bac6ca587644c8c (patch) | |
tree | 6f2e5b8da662e81e35bddd1ccd069ede3f8caae1 | |
parent | 6e63efa3645353bc0549f5f152ef811fff5d644c (diff) |
reaktor2: fix agenda.html reference
-rw-r--r-- | krebs/2configs/reaktor2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 0f7ab0adf..bc5bfc0fb 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -486,7 +486,7 @@ in { services.nginx.virtualHosts."agenda.r" = { serverAliases = [ "kri.r" ]; locations."= /index.html".extraConfig = '' - alias ./agenda.html; + alias ${./agenda.html}; ''; locations."/agenda.json".extraConfig = '' proxy_set_header Host $host; |