Merge branch 'main' of git.firelilith.org:lilith/nixos
This commit is contained in:
commit
b3532e1abc
8 changed files with 117 additions and 81 deletions
|
|
@ -19,6 +19,10 @@
|
|||
"@wheel"
|
||||
];
|
||||
|
||||
substituters = [ "https://hyprland.cachix.org" ];
|
||||
trusted-substituters = [ "https://hyprland.cachix.org" ];
|
||||
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
||||
|
||||
builders-use-substitutes = true;
|
||||
};
|
||||
|
||||
|
|
@ -29,6 +33,32 @@
|
|||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 4;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
"nixos-test"
|
||||
"benchmark"
|
||||
];
|
||||
}
|
||||
{
|
||||
hostName = "lilith-pc-builder";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 8;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
"nixos-test"
|
||||
"benchmark"
|
||||
];
|
||||
}
|
||||
{
|
||||
hostName = "lilith-pad-builder";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 1;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
|
|
@ -37,19 +67,6 @@
|
|||
"benchmark"
|
||||
];
|
||||
}
|
||||
{
|
||||
hostName = "lilith-pc";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
|
||||
speedFactor = 2;
|
||||
supportedFeatures = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
"nixos-test"
|
||||
"benchmark"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
".local/share/Steam"
|
||||
".local/share/lutris"
|
||||
".local/share/games"
|
||||
".local/share/TelegramDesktop"
|
||||
];
|
||||
files = [ ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue