summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <makefu@nixos.dev>2015-12-16 12:23:55 +0100
committermakefu <makefu@nixos.dev>2015-12-16 12:23:55 +0100
commit3d26e0b58f4c692f2f412ecc838f0b766b97947e (patch)
tree236a0378b64dbc3bba4bd4ca534d20e3543c3a2b /makefu
parentf7da5211f3fe930f9a01317cf7fa9d52915c06e8 (diff)
m 1 vbob: use custom nixpkgs, /nix mount
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/vbob.nix16
1 files changed, 12 insertions, 4 deletions
diff --git a/makefu/1systems/vbob.nix b/makefu/1systems/vbob.nix
index b121a730a..6bcdb3ecd 100644
--- a/makefu/1systems/vbob.nix
+++ b/makefu/1systems/vbob.nix
@@ -13,10 +13,17 @@
# environment
- ../2configs/zsh-user.nix
- ../2configs/virtualization.nix
];
-
+ krebs.build.source.git.nixpkgs = {
+ #url = https://github.com/nixos/nixpkgs;
+ # HTTP Everywhere
+ rev = "a3974e";
+ };
+ fileSystems."/nix" = {
+ device ="/dev/disk/by-label/nixstore";
+ fsType = "ext4";
+ };
+ #makefu.buildbot.master.enable = true;
# allow vbob to deploy self
users.extraUsers = {
root = {
@@ -40,8 +47,8 @@
connectTo = [
"gum"
];
-
};
+
networking.proxy.default = "http://global.proxy.alcatel-lucent.com:8000";
fileSystems."/media/share" = {
fsType = "vboxsf";
@@ -50,3 +57,4 @@
};
}
+