This commit is contained in:
Philipp Hochkamp 2022-10-04 16:17:30 +02:00
parent 3ba72b101b
commit 8b13ef95c8
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@
programs.zsh.enable = true;
environment.pathsToLink = [ "/share/zsh" ];
services.nix-daemon.enable = true;
nix.package = pkgs.nixFlakes;
nix.package = pkgs.nixVersions.stable;
nix.settings.cores = 0; # use all cores
nix.settings.max-jobs = 10; # use all cores
nix.distributedBuilds = true;

View file

@ -16,7 +16,6 @@ in
homebrew = {
enable = true;
autoUpdate = true;
brews = [
"pam-reattach"
];