about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-19 20:05:33 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-19 20:08:06 +0100
commit3b343e7984ec3f2d2e9c5f02b5205b2aecc5a2dd (patch)
tree9f9bf4ee867b7f3d08de675bbffd4ec0f402bca8 /modules
parentf5384fd1aa048bb7b0cdf7f5439c42262b1c3dd9 (diff)
profiles/base: Add Headcounter Hydra as log server
Quite useful for paging logs so that I don't all the time need to either
scroll back the buffer (which is also limited so it's not very useful
for large builds) or use something like:

curl https://headcounter.org/hydra/log/$drvbasename | less

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index 7d00f1d4..8f31467e 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -15,6 +15,7 @@ in {
       buildCores = 0;
       extraOptions = ''
         auto-optimise-store = true
+        log-servers = https://headcounter.org/hydra/log
       '';
     };