diff options
-rw-r--r-- | krebs/2configs/news.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/2configs/news.nix b/krebs/2configs/news.nix index a492b0782..5513d1dd4 100644 --- a/krebs/2configs/news.nix +++ b/krebs/2configs/news.nix @@ -12,6 +12,9 @@ ]; }; "brockman.r" = { + serverAliases = [ + "news.r" + ]; locations."/".extraConfig = '' root /var/lib/brockman; index brockman.json; |