This commit is contained in:
Philipp Hochkamp 2022-03-04 21:42:57 +01:00
parent eb5617bc08
commit 5bc3cc3184
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641
2 changed files with 23 additions and 15 deletions

View file

@ -4,6 +4,13 @@
nix.package = pkgs.nixFlakes;
nix.buildCores = 0; # use all cores
nix.maxJobs = 10; # use all cores
nix.distributedBuilds = true;
nix.buildMachines = [ {
systems = ["x86_64-linux"];
sshUser = "ragon";
hostName = "ds9";
}];
system.defaults = {
NSGlobalDomain.AppleShowAllExtensions = true;