summaryrefslogtreecommitdiffstats
path: root/shared/1systems/wolf.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-14 19:36:06 +0100
committermakefu <github@syntax-fehler.de>2015-12-14 19:36:06 +0100
commit55ad05879b8ba97e369bfd72810028dd4622e356 (patch)
tree1cfee15272208e3fdfd5945e9621fd9a1f7dfd7a /shared/1systems/wolf.nix
parent6f150af8acf2195188518bf53d0330da7a4bb8f8 (diff)
s 1 wolf: initial preparation of ci packaging
Diffstat (limited to 'shared/1systems/wolf.nix')
-rw-r--r--shared/1systems/wolf.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index 8c5295bb3..a3e527a3b 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -11,6 +11,7 @@ in
../2configs/collectd-base.nix
../2configs/shack-nix-cacher.nix
../2configs/shack-drivedroid.nix
+ ../2configs/cac-ci.nix
];
# use your own binary cache, fallback use cache.nixos.org (which is used by
# apt-cacher-ng in first place)
@@ -24,7 +25,7 @@ in
}];
defaultGateway = "10.42.0.1";
- nameservers = [ "8.8.8.8" ];
+ nameservers = [ "10.42.0.100" "10.42.0.200" ];
};
#####################