mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Remove nix-builder
This commit is contained in:
parent
bf5f88e1dc
commit
1ca409b0cb
@ -3,15 +3,12 @@
|
||||
nix = {
|
||||
package = pkgs.nix;
|
||||
|
||||
linux-builder.enable = true;
|
||||
|
||||
# This line is a prerequisite
|
||||
settings = {
|
||||
system = "aarch64-darwin";
|
||||
extra-platforms = [ "aarch64-darwin" "x86_64-darwin" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
build-users-group = "nixbld";
|
||||
trusted-users = [ "root" "larstvei" "@admin" ];
|
||||
trusted-users = [ "root" "larstvei" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user