From 2c03311dc2ae2c439375b88f495d0e275ebe42b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 11 Jan 2022 23:13:17 +0100 Subject: [PATCH] feat(retiolum-map): add rrm.r alias --- systems/makanek/retiolum-map.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/makanek/retiolum-map.nix b/systems/makanek/retiolum-map.nix index 7d62e63..9d87132 100644 --- a/systems/makanek/retiolum-map.nix +++ b/systems/makanek/retiolum-map.nix @@ -48,6 +48,8 @@ in recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts."graph.r".locations."/".root = "/var/lib/${stateDirectory}"; + # RRM @ https://github.com/krebs/cholerab/blob/master/thesauron.adoc + virtualHosts."rrm.r".locations."/".root = "/var/lib/${stateDirectory}"; }; systemd.services.geoip-share = {