update gpdpocke3

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-16 22:19:37 -06:00
parent 972af289e2
commit 5bcc32e014
2 changed files with 186 additions and 163 deletions

View file

@ -24,7 +24,30 @@
stormd.enable = true;
nebula.enable = true;
ssh.enable = true;
rustdesk.enable = true;
# rustdesk.enable = true;
};
nix = {
distributedBuilds = true;
extraOptions = ''
builders-use-substitutes = true
'';
buildMachines = [
{
hostName = "lio_";
system = "x86_64-linux";
protocol = "ssh";
maxJobs = 32;
supportedFeatures = [
"nixos-test"
"benchmark"
"big-parallel"
"kvm"
"uid-range" # Often helpful
];
mandatoryFeatures = [ ];
}
];
};
# machine specific configuration