a
This commit is contained in:
parent
eb5617bc08
commit
5bc3cc3184
2 changed files with 23 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue