svn path=/configurations/trunk/tud/; revision=16208
svn path=/configurations/trunk/tud/; revision=16208
Eelco Dolstra committed
Jul 7, 2009 at 10:51 UTC
ac537d57a4d3f4a04055482a0fcb2f1c8c7e56d2
1 file changed
+3
-1
build-machines-1950.nix
+3
-1
@@ -43,7 +43,7 @@
43
*/
44
cron = {
45
systemCronJobs = [
46
- "15 03 * * * root ${pkgs.nixUnstable}/bin/nix-collect-garbage --max-atime $(date +\\%s -d '2 weeks ago') > /var/log/gc.log 2>&1"
46
+ "15 03 * * * root ${pkgs.nixUnstable}/bin/nix-collect-garbage --max-freed $((32 * 1024**3)) > /var/log/gc.log 2>&1"
47
];
48
};
49
};
@@ -51,4 +51,6 @@
51
networking = {
52
hostName = ""; # obtain from DHCP server
53
};
54
+
55
+ environment.extraPackages = [pkgs.emacs];
56
}