File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 2222 protocol = "ssh-ng" ;
2323 hostName = "leviathan.cymric-daggertooth.ts.net" ;
2424 systems = [ "x86_64-linux" ] ;
25- maxJobs = 24 ;
25+ maxJobs = 7 ;
2626 speedFactor = 20 ;
2727 supportedFeatures = [
2828 "nixos-test"
Original file line number Diff line number Diff line change 5757 } ;
5858 } ;
5959
60+ nix = {
61+ distributedBuilds = true ;
62+ settings . builders-use-substitutes = true ;
63+ buildMachines = [
64+ {
65+ protocol = "ssh-ng" ;
66+ hostName = "leviathan.cymric-daggertooth.ts.net" ;
67+ systems = [ "x86_64-linux" ] ;
68+ maxJobs = 7 ;
69+ speedFactor = 20 ;
70+ supportedFeatures = [
71+ "nixos-test"
72+ "benchmark"
73+ "big-parallel"
74+ "kvm"
75+ ] ;
76+ mandatoryFeatures = [ ] ;
77+ sshUser = "brittonr" ;
78+ }
79+ ] ;
80+ } ;
81+
6082 services = {
6183 gnome . gnome-keyring . enable = true ;
6284
You can’t perform that action at this time.
0 commit comments