@cryptotaxi247 / infra / commits / 1a9f897e

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

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

Eelco Dolstra committed Jun 8, 2008 at 22:22 UTC 1a9f897ec37fcd97a91ea36aa221a3710c2ccfb8
1 file changed +8
build-machines.nix
+8
@@ -24,9 +24,17 @@
24 sshd = {
25 enable = true;
26 };
27 + zabbixAgent = {
28 + enable = true;
29 + server = "192.168.1.5";
30 + };
31 };
32
33 networking = {
34 hostName = ""; # obtain from DHCP server
35 };
36 +
37 + environment = {
38 + nix = pkgs: pkgs.nixNoBDB;
39 + };
40 }