remove portuus connections

This commit is contained in:
sid 2026-03-01 16:46:21 +01:00
parent 97ddf830d2
commit a5bc7bb0e6
12 changed files with 7 additions and 100 deletions

View file

@ -1,6 +1,5 @@
{
imports = [
./nix.nix
./overlays.nix
];

View file

@ -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="
# ];
};
};
}