flake.nix: merge zentralwerk-network flpk+pub into hostRegistry

This commit is contained in:
Astro 2022-10-21 20:33:29 +02:00
parent 2b508b217f
commit 302a7b227e
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
hosts =
builtins.foldl' (result: net:
lib.recursiveUpdate result (extractZwHosts zentralwerk.lib.config.site.net."${net}")
) {} [ "core" "c3d2" "serv" ];
) {} [ "core" "c3d2" "serv" "flpk" "pub" ];
};
extraHostRegistry.hosts = import ./host-registry.nix;
hostRegistry = lib.recursiveUpdate zwHostRegistry extraHostRegistry;