m 1 vbob: use custom nixpkgs, /nix mount

This commit is contained in:
makefu 2015-12-16 12:23:55 +01:00
parent f7da5211f3
commit 3d26e0b58f

View File

@ -13,10 +13,17 @@
# environment # 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 # allow vbob to deploy self
users.extraUsers = { users.extraUsers = {
root = { root = {
@ -40,8 +47,8 @@
connectTo = [ connectTo = [
"gum" "gum"
]; ];
}; };
networking.proxy.default = "http://global.proxy.alcatel-lucent.com:8000"; networking.proxy.default = "http://global.proxy.alcatel-lucent.com:8000";
fileSystems."/media/share" = { fileSystems."/media/share" = {
fsType = "vboxsf"; fsType = "vboxsf";
@ -50,3 +57,4 @@
}; };
} }