summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-23 16:57:36 +0200
committermakefu <github@syntax-fehler.de>2016-06-23 16:57:47 +0200
commit67b6d3ad674cde68d024b0a28126ab6cbb20d986 (patch)
tree89c7276985de9be00334ca78abf57839871eb5a1 /1systems
parentb3fe2098a7bb52a0a51782021f40a817ed58c8a9 (diff)
ma 2 save-diskspace: init
Diffstat (limited to '1systems')
-rw-r--r--1systems/wry.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/1systems/wry.nix b/1systems/wry.nix
index ed48c6abe..5788cb654 100644
--- a/1systems/wry.nix
+++ b/1systems/wry.nix
@@ -11,7 +11,7 @@ in {
# TODO: copy this config or move to krebs
../2configs/hw/CAC.nix
../2configs/fs/CAC-CentOS-7-64bit.nix
- ../2configs/headless.nix
+ ../2configs/save-diskspace.nix
../2configs/bepasty-dual.nix
@@ -27,8 +27,7 @@ in {
../2configs/collectd/collectd-base.nix
];
krebs.retiolum.enable = true;
- services.nixosManual.enable = false;
- programs.man.enable = false;
+
krebs.build.host = config.krebs.hosts.wry;
krebs.Reaktor = {
@@ -83,9 +82,5 @@ in {
nameservers = [ "8.8.8.8" ];
};
- # small machine - do not forget to gc every day
- nix.gc.automatic = true;
- nix.gc.dates = "03:10";
-
environment.systemPackages = [ ];
}