agate: enable ca-derivations
This commit is contained in:
parent
8ff6c2f920
commit
2bf9cf02d7
3 changed files with 6 additions and 0 deletions
|
@ -43,8 +43,12 @@
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
max-jobs = 8;
|
max-jobs = 8;
|
||||||
cores = 16;
|
cores = 16;
|
||||||
|
substituters = [ "https://cache.ngi0.nixos.org/" ];
|
||||||
|
trusted-public-keys = [ "cache.ngi0.nixos.org-1:KqH5CBLNSyX184S9BKZJo1LxrxJ9ltnY2uAs5c/f1MA=" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.contentAddressedByDefault = true;
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
|
@ -4,5 +4,6 @@
|
||||||
hydraURL = "http://agate.coho-tet.ts.net:3000/";
|
hydraURL = "http://agate.coho-tet.ts.net:3000/";
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [ ];
|
buildMachinesFiles = [ ];
|
||||||
|
useSubstitutes = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,6 +47,7 @@ in
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
"ca-derivations"
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
trusted-users = [ "root" ];
|
trusted-users = [ "root" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue