@cryptotaxi247 / infra / commits / 9cd677f4

svn path=/configurations/trunk/tud/; revision=34715

svn path=/configurations/trunk/tud/; revision=34715

Eelco Dolstra committed Apr 11, 2013 at 12:17 UTC 9cd677f409d52fb76e451a879b07039574989256
2 files changed +5 -2
build-machines-common.nix
+1 -1
@@ -21,7 +21,7 @@ with pkgs.lib;
21 '';
22
23 nix.gc.automatic = true;
24 - nix.gc.dates = "15 03,09,15,21 * * *";
24 + nix.gc.dates = "03,09,15,21:15";
25 nix.gc.options = ''--max-freed "$((100 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | ${pkgs.gawk}/bin/awk '{ print $4 }')))"'';
26
27 networking.hostName = ""; # obtain from DHCP server
lucifer.nix
+4 -1
@@ -5,7 +5,10 @@
5
6 nixpkgs.system = "x86_64-linux";
7
8 - environment.systemPackages = [ pkgs.wget ];
8 + environment.systemPackages =
9 + [ pkgs.wget
10 + pkgs.perlPackages.DBDSQLite # for hydra-mirror
11 + ];
12
13 networking.hostName = "lucifer";
14 networking.firewall.allowedTCPPorts = [ 2049 3000 4000 ];