diff options
author | makefu <github@syntax-fehler.de> | 2015-11-17 22:16:55 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-17 22:16:55 +0100 |
commit | b2ac9b092a36c3196469099c73c64c8ca6626be0 (patch) | |
tree | 31b2738c7255feea185593c2274cd949392e9c79 /makefu/1systems | |
parent | 7346527c4f0444d33f8c6eda353cad94cecd930f (diff) |
makefu: fix cgit for wry, add gc to wry
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/wry.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/makefu/1systems/wry.nix b/makefu/1systems/wry.nix index cd39b4b9f..cd2b3f657 100644 --- a/makefu/1systems/wry.nix +++ b/makefu/1systems/wry.nix @@ -24,11 +24,11 @@ in { # other nginx ../2configs/nginx/euer.wiki.nix ../2configs/nginx/euer.blog.nix + ../2configs/nginx/euer.test.nix # collectd ../2configs/collectd/collectd-base.nix ]; - krebs.build.host = config.krebs.hosts.wry; krebs.Reaktor.enable = true; @@ -73,5 +73,9 @@ in { nameservers = [ "8.8.8.8" ]; }; - environment.systemPackages = [ pkgs.translate-shell ]; + # small machine - do not forget to gc every day + nix.gc.automatic = true; + nix.gc.dates = "03:10"; + + environment.systemPackages = [ ]; } |