This commit is contained in:
jopejoe1 2025-06-16 12:50:34 +02:00
parent 0d3f4f76c9
commit 0ec9f3e65b

View file

@ -72,13 +72,6 @@ in
in
lib.filter (builder: builder.hostName != config.networking.hostName)
[
{
hostName = "localhost";
protocol = null;
systems = getArchs config.networking.hostName;
supportedFeatures = config.nix.settings.system-features;
maxJobs = (lib.elemAt config.facter.report.hardware.cpu 0).cores;
}
{
systems = getArchs "hetzner";
supportedFeatures = self.nixosConfigurations.hetzner.config.nix.settings.system-features;