mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01:00
enigma: added epyc as remote builder
This commit is contained in:
parent
51af33ab7e
commit
d0efeaaaef
1 changed files with 16 additions and 0 deletions
|
@ -98,6 +98,22 @@
|
|||
|
||||
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; [
|
||||
tailscale
|
||||
|
|
Loading…
Add table
Reference in a new issue