diff --git a/nixos-modules/nix/default.nix b/nixos-modules/nix/default.nix index fdb9561..3a312ed 100644 --- a/nixos-modules/nix/default.nix +++ b/nixos-modules/nix/default.nix @@ -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;