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 = {