hosts: pass host as reference
Allow easier debugging, in the same vain as
1651913910
.
This commit is contained in:
parent
78af546705
commit
98404a158b
@ -64,7 +64,7 @@ let
|
|||||||
|
|
||||||
local = {
|
local = {
|
||||||
require = [
|
require = [
|
||||||
(import "${toString ./.}/${hostName}.nix")
|
"${toString ./.}/${hostName}.nix"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user