mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
add build user
This commit is contained in:
parent
6a55bf77bd
commit
6db9dc2f95
4 changed files with 46 additions and 0 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue