hosts: pass host as reference

Allow easier debugging, in the same vain as
1651913910.
This commit is contained in:
Timothy DeHerrera 2021-03-01 23:05:32 -07:00
parent 78af546705
commit 98404a158b
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -64,7 +64,7 @@ let
local = {
require = [
(import "${toString ./.}/${hostName}.nix")
"${toString ./.}/${hostName}.nix"
];
};