fix(ops/nixos/camden): Use package set from depot pin
This commit is contained in:
parent
df1a4fef2b
commit
2e95822712
1 changed files with 9 additions and 2 deletions
|
@ -59,9 +59,16 @@ in pkgs.lib.fix(self: {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
maxJobs = lib.mkDefault 4;
|
||||||
|
|
||||||
|
nixPath = [
|
||||||
|
"depot=/home/tazjin/depot"
|
||||||
|
"nixpkgs=${pkgs.third_party.nixpkgsSrc}"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
nixpkgs.pkgs = nixpkgs;
|
||||||
|
|
||||||
# TODO(tazjin): audit these (from generated hardware-config)
|
|
||||||
nix.maxJobs = lib.mkDefault 4;
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue