mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47:20 +02:00
enigma: added epyc as remote builder
This commit is contained in:
parent
d793f96de5
commit
34980342d6
1 changed files with 16 additions and 0 deletions
|
@ -98,6 +98,22 @@
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
package = lib.mkForce pkgs.nix;
|
||||||
|
distributedBuilds = true;
|
||||||
|
buildMachines = [
|
||||||
|
{
|
||||||
|
hostName = "epyc.infra.newtype.fr";
|
||||||
|
maxJobs = 100;
|
||||||
|
systems = [ "x86_64-linux" ];
|
||||||
|
sshUser = "root";
|
||||||
|
sshKey = "/home/julien/.ssh/id_ed25519";
|
||||||
|
speedFactor = 2;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tailscale
|
tailscale
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue