summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-05-02 17:40:59 +0200
committermakefu <github@syntax-fehler.de>2016-05-02 17:40:59 +0200
commit393cfd1a01245c59ee3740bfe9806a70cad39eff (patch)
treecd1f120adedaca147e2013394f7b834b664c5593 /1systems
parent9cecc4ac98b01e5cdc83200cca76ddf70f811da6 (diff)
parentf67a4c5a6a35a271cc9ab466770a2037af35c9c2 (diff)
Merge branch 'master' of gum.krebsco.de:stockholm
Diffstat (limited to '1systems')
-rw-r--r--1systems/vbob.nix19
1 files changed, 15 insertions, 4 deletions
diff --git a/1systems/vbob.nix b/1systems/vbob.nix
index 36ae88d22..8b71b1393 100644
--- a/1systems/vbob.nix
+++ b/1systems/vbob.nix
@@ -17,6 +17,10 @@
device ="/dev/disk/by-label/nixstore";
fsType = "ext4";
};
+ fileSystems."/var/lib/docker" = {
+ device ="/dev/disk/by-label/nix-docker";
+ fsType = "ext4";
+ };
#makefu.buildbot.master.enable = true;
# allow vbob to deploy self
users.extraUsers = {
@@ -26,11 +30,14 @@
};
environment.systemPackages = with pkgs;[
fortclientsslvpn
- buildbot
- buildbot-slave
get
logstash
+ docker
+ devpi-web
+ devpi-client
];
+ # virtualisation.docker.enable = true;
+
networking.firewall.allowedTCPPorts = [
25
@@ -40,13 +47,17 @@
krebs.retiolum = {
enable = true;
- #extraConfig = "Proxy = http global.proxy.alcatel-lucent.com 8000";
connectTo = [
+ "omo"
"gum"
];
};
- #networking.proxy.default = "http://global.proxy.alcatel-lucent.com:8000";
+ networking.extraHosts = ''
+ 172.17.20.190 gitlab
+ 172.17.62.27 svbittool01 tool
+ '';
+
fileSystems."/media/share" = {
fsType = "vboxsf";
device = "share";