hail: typo

This commit is contained in:
Astro 2019-11-06 21:58:03 +01:00
parent c0c9602a6b
commit e60314dc0d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let
configuration = <nix-config> + "/hosts/containers/${host}/configuration.nix";
};
physicalHosts =
lib.mapAttrsToList (host: _: containerHost host) (
lib.mapAttrsToList (host: _: physicalHost host) (
lib.filterAttrs (host: ty: ty == "directory" && host != "containers") (
builtins.readDir (<nix-config> + "/hosts")
));