This commit is contained in:
Lucy Hochkamp 2024-03-14 11:05:36 +01:00
parent e9ac6a4a14
commit ceec1c7de0
No known key found for this signature in database
4 changed files with 39 additions and 39 deletions

View file

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