alnus nixpkgs: d745044 -> e924319

This commit is contained in:
tv 2017-01-07 12:51:06 +01:00
parent ef757f6e37
commit 51bbf7f5c2

View File

@ -22,10 +22,6 @@ with import <stockholm/lib>;
devices = [ { name = "luksroot"; device = "/dev/sda2"; } ]; devices = [ { name = "luksroot"; device = "/dev/sda2"; } ];
}; };
}; };
loader = {
efi.canTouchEfiVariables = true;
gummiboot.enable = true;
};
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -62,7 +58,7 @@ with import <stockholm/lib>;
krebs.build = { krebs.build = {
host = config.krebs.hosts.alnus; host = config.krebs.hosts.alnus;
user = mkForce config.krebs.users.dv; user = mkForce config.krebs.users.dv;
source.nixpkgs.git.ref = mkForce "d7450443c42228832c68fba203a7c15cfcfb264e"; source.nixpkgs.git.ref = mkForce "e924319cb6c74aa2a9c943eddeb0caef79db01bc";
}; };
networking.networkmanager.enable = true; networking.networkmanager.enable = true;