all repos — nixfiles @ 6bf6c36855052ab442c70546d072da979fb17b34

System and user configuration, managed by nix and home-manager

linde: move searchix to searchix.ovh

Alan Pearce
commit

6bf6c36855052ab442c70546d072da979fb17b34

parent

785edca2c5becca124431d8c49a6570e60233acb

1 file changed, 6 insertions(+), 1 deletion(-)

changed files
M system/linde.nixsystem/linde.nix
@@ -542,6 +542,11 @@ '';
}; "searchix.alanpearce.eu" = { extraConfig = '' + redir https://searchix.ovh{uri} + ''; + }; + "searchix.ovh" = { + extraConfig = '' root ${pkgs.searchix}/lib/searchix handle /static/* { file_server
@@ -892,7 +897,7 @@ };
settings = { web = let - baseURL = "https://searchix.alanpearce.eu"; + baseURL = "https://searchix.ovh"; in { inherit baseURL;