summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/vbob.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-04-16 20:56:21 +0200
committermakefu <github@syntax-fehler.de>2016-04-16 20:56:21 +0200
commit00c9e4278b948fef73d32e572fa9d81e3518173c (patch)
treefe9ddc31644f5d4f9de3d7e6ac6ad533d8d72880 /makefu/1systems/vbob.nix
parent6f4bc4b34c3cbac56f6a23740dca566980823990 (diff)
ma 1 vbob: remove proxies
Diffstat (limited to 'makefu/1systems/vbob.nix')
-rw-r--r--makefu/1systems/vbob.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/makefu/1systems/vbob.nix b/makefu/1systems/vbob.nix
index 5e2382f3..ce866cc4 100644
--- a/makefu/1systems/vbob.nix
+++ b/makefu/1systems/vbob.nix
@@ -1,6 +1,3 @@
-#
-#
-#
{ lib, config, pkgs, ... }:
{
krebs.build.host = config.krebs.hosts.vbob;
@@ -42,18 +39,17 @@
krebs.retiolum = {
enable = true;
- extraConfig = "Proxy = http global.proxy.alcatel-lucent.com 8000";
+ #extraConfig = "Proxy = http global.proxy.alcatel-lucent.com 8000";
connectTo = [
"gum"
];
};
- networking.proxy.default = "http://global.proxy.alcatel-lucent.com:8000";
+ #networking.proxy.default = "http://global.proxy.alcatel-lucent.com:8000";
fileSystems."/media/share" = {
fsType = "vboxsf";
device = "share";
- options = "rw,uid=9001,gid=9001";
+ options = [ "rw" "uid=9001" "gid=9001" ];
};
}
-