Remilia: add more stuff in nginx service

This commit is contained in:
2021-06-04 02:49:09 +05:30
parent 9692174ced
commit f61c6dddfa
5 changed files with 92 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
{config, ...}:
{
nix.buildMachines = [ {
hostName = "Satori";
system = "x86_64-linux";
maxJobs = 4;
speedFactor = 2;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
}] ;
nix.distributedBuilds = true;
nix.extraOptions = ''
builders-use-substitutes = true
'';
}