add bolty as substituter
This commit is contained in:
parent
3d9b180ca6
commit
67bc078773
3 changed files with 3 additions and 9 deletions
|
@ -3,13 +3,4 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
networking.firewall.allowedTCPPorts = [10000 10001];
|
||||
services.minio = {
|
||||
enable = true;
|
||||
region = "home";
|
||||
dataDir = ["/var/lib/minio/data"];
|
||||
configDir = "/var/lib/minio/config";
|
||||
listenAddress = ":10000";
|
||||
consoleAddress = ":10001";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,4 +27,5 @@
|
|||
builders-use-substitutes = true
|
||||
'';
|
||||
nix.distributedBuilds = true;
|
||||
nix.settings.substituters = ["nix-builder@bolty" "https://cache.nixos.org/"];
|
||||
}
|
||||
|
|
|
@ -29,4 +29,6 @@ in {
|
|||
};
|
||||
|
||||
nix.settings.trusted-users = ["root" "nix-builder"];
|
||||
nix.sshServe.enable = true;
|
||||
nix.sshServe.keys = authorizedKeys;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue