sops
This commit is contained in:
parent
bdcb1791ad
commit
10041af092
4 changed files with 33 additions and 12 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
{ ... }: {
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
@ -36,6 +35,7 @@
|
|||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 4;
|
||||
maxJobs = 16;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
|
|
@ -51,6 +51,7 @@
|
|||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 8;
|
||||
maxJobs = 32;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
|
|
@ -66,6 +67,23 @@
|
|||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 1;
|
||||
maxJobs = 4;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
"nixos-test"
|
||||
"benchmark"
|
||||
];
|
||||
}
|
||||
{
|
||||
hostName = "lilith-lab-builder";
|
||||
sshUser = "nixremote";
|
||||
sshKey = "/root/.ssh/nixremote";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 1;
|
||||
maxJobs = 2;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue