Home : Enable remote builder.
This commit is contained in:
parent
b367895072
commit
e74ea48aec
|
@ -178,7 +178,7 @@
|
|||
./module/Ollama.nix
|
||||
./module/PowersaveAmd.nix
|
||||
./module/Print.nix
|
||||
# ./module/RemoteBuild.nix
|
||||
./module/RemoteBuild.nix
|
||||
./module/VirtManager.nix
|
||||
./user/Voronind.nix
|
||||
];
|
||||
|
@ -203,7 +203,7 @@
|
|||
./module/Gnome.nix
|
||||
./module/Ollama.nix
|
||||
./module/PowersaveAmd.nix
|
||||
# ./module/RemoteBuilder.nix
|
||||
./module/RemoteBuilder.nix
|
||||
./user/Voronind.nix
|
||||
];
|
||||
};
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
maxJobs = 1;
|
||||
speedFactor = 2;
|
||||
mandatoryFeatures = [ ];
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
supportedFeatures = [ ];
|
||||
# supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
}];
|
||||
nix.distributedBuilds = true;
|
||||
nix.extraOptions = ''
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ ... }: {
|
||||
# To apply: nix sign-paths --all -k /path/to/secret-key-file
|
||||
nix.extraOptions = ''
|
||||
extra-secret-key-files = /root/.nixcache/secret-key-file
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue