remove portuus connections
This commit is contained in:
parent
97ddf830d2
commit
a5bc7bb0e6
12 changed files with 7 additions and 100 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./nix.nix
|
||||
./overlays.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
nix = {
|
||||
# TODO: add distributed build support for portuus.de
|
||||
# distributedBuilds = true;
|
||||
# buildMachines = [
|
||||
# {
|
||||
# hostName = "portuus.de";
|
||||
# supportedFeatures = [
|
||||
# "benchmark"
|
||||
# "big-parallel"
|
||||
# "kvm"
|
||||
# "nixos-test"
|
||||
# ];
|
||||
# maxJobs = 8;
|
||||
# system = "x86_64-linux";
|
||||
# }
|
||||
# ];
|
||||
|
||||
settings = {
|
||||
# binary caches
|
||||
# substituters = [
|
||||
# "https://cache.portuus.de"
|
||||
# ];
|
||||
# trusted-public-keys = [
|
||||
# "cache.portuus.de:INZRjwImLIbPbIx8Qp38gTVmSNL0PYE4qlkRzQY2IAU="
|
||||
# ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue