remote unnecessary stuff
This commit is contained in:
parent
777ad73ed7
commit
1e7af5c096
|
@ -83,25 +83,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.distributedBuilds = true;
|
|
||||||
nix.buildMachines = [
|
|
||||||
{
|
|
||||||
hostName = "builder";
|
|
||||||
systems = ["x86_64-linux"];
|
|
||||||
maxJobs = 8;
|
|
||||||
speedFactor = 2;
|
|
||||||
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
programs.ssh.extraConfig = ''
|
|
||||||
Host builder
|
|
||||||
HostName 192.10.99.14
|
|
||||||
Port 2222
|
|
||||||
User builder
|
|
||||||
IdentitiesOnly yes
|
|
||||||
IdentityFile /root/.ssh/id_builder
|
|
||||||
'';
|
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
GDK_SCALE = "2";
|
GDK_SCALE = "2";
|
||||||
GDK_DPI_SCALE = "0.6";
|
GDK_DPI_SCALE = "0.6";
|
||||||
|
|
Loading…
Reference in New Issue