hail: typo

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

View File

@ -5,7 +5,7 @@ with pkgs;
let let
physicalHost = host: { physicalHost = host: {
inherit host; inherit host;
configuration = <nix-config> + "/containers/${host}/configuration.nix"; configuration = <nix-config> + "/hosts/${host}/configuration.nix";
}; };
containerHost = host: { containerHost = host: {
inherit host; inherit host;