summary refs log tree commit diff
path: root/services/shiori.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/shiori.nix')
-rw-r--r--services/shiori.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/shiori.nix b/services/shiori.nix
index d57ebdc..cddefca 100644
--- a/services/shiori.nix
+++ b/services/shiori.nix
@@ -1,4 +1,4 @@
-{ lib, pkgs, auxiliaryPkgs, ... }:
+{ pkgs, auxiliaryPkgs, ... }:
 
 let
   inherit (pkgs) dockerTools;
@@ -47,7 +47,7 @@ in
     cmd = [ "server" ];
   };
 
-  services.nginx.virtualHosts.renard.locations = {
+  services.nginx.virtualHosts.tailnet.locations = {
     "/shiori" = {
       return = "301 $scheme://$host$request_uri/";
     };