diff --git a/flake.nix b/flake.nix index 0f5783ac..46922d5c 100644 --- a/flake.nix +++ b/flake.nix @@ -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;