diff options
Diffstat (limited to 'krebs')
| -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;  | 
