nixos: distributed builds config init
This commit is contained in:
parent
f020ae8902
commit
aa2d8c578e
4 changed files with 62 additions and 14 deletions
|
|
@ -44,8 +44,9 @@ in {
|
|||
settings = {
|
||||
trusted-users = ["@wheel" "root" "builder"];
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
accept-flake-config = true;
|
||||
accept-flake-config = false;
|
||||
auto-optimise-store = true;
|
||||
warn-dirty = false;
|
||||
# cache
|
||||
substituters = [
|
||||
"https://cache.nixos.org?priority=10"
|
||||
|
|
@ -57,7 +58,6 @@ in {
|
|||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"neovim-flake.cachix.org-1:iyQ6lHFhnB5UkVpxhQqLJbneWBTzM8LBYOFPLNH4qZw="
|
||||
];
|
||||
# TODO: setup builders -- builders-use-substitutes = true;
|
||||
};
|
||||
};
|
||||
nixpkgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue