From db97321623ea3dfb2a2eb17bdc397f46d79bb3f3 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 6 Nov 2019 21:59:50 +0100 Subject: [PATCH] hail: typo --- hail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail.nix b/hail.nix index e16075f..a5563a3 100644 --- a/hail.nix +++ b/hail.nix @@ -5,7 +5,7 @@ with pkgs; let physicalHost = host: { inherit host; - configuration = + "/containers/${host}/configuration.nix"; + configuration = + "/hosts/${host}/configuration.nix"; }; containerHost = host: { inherit host;