From 0ec9f3e65b073d6830dc11b03d21e144e4de653e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 16 Jun 2025 12:50:34 +0200 Subject: [PATCH] nya --- nixos-modules/nix/default.nix | 7 ------- 1 file changed, 7 deletions(-) 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;