marisa: add user bat

Signed-off-by: natto1784 <singh.amneesh1784@gmail.com>
This commit is contained in:
2023-03-08 07:57:01 +05:30
parent a739d6de6d
commit 5652340dae
6 changed files with 28 additions and 21 deletions

View File

@@ -38,6 +38,7 @@
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
builders-use-substitutes = true
'';
settings.trusted-users = [ "root" ];
buildMachines = [{
@@ -48,8 +49,5 @@
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
}];
distributedBuilds = true;
extraOptions = ''
builders-use-substitutes = true
'';
};
}