mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-07-01 13:25:22 +02:00
nya
This commit is contained in:
parent
0d3f4f76c9
commit
0ec9f3e65b
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue