add build user

This commit is contained in:
jopejoe1 2024-07-17 20:16:23 +02:00
parent 6a55bf77bd
commit 6db9dc2f95
4 changed files with 46 additions and 0 deletions

View file

@ -34,6 +34,11 @@ in
max-jobs = "auto";
auto-optimise-store = true;
allowed-users = [ "*" ];
trusted-users = [
"builder"
"jopejeo1"
"root"
];
experimental-features = [
"nix-command"
"flakes"
@ -43,6 +48,15 @@ in
keep-going = true;
builders-use-substitutes = true;
};
#buildMachines = {
# systems = [
# "x86_64-linux"
# ];
# supportedFeatures = [
# "kvm"
# "big-parallel"
# ];
#};
distributedBuilds = true;
package = pkgs.lix;
registry = lib.mkForce (