mirror of
https://github.com/divnix/digga.git
synced 2024-11-27 09:29:27 +03:00
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