mirror of
https://github.com/divnix/digga.git
synced 2024-11-23 11:22:08 +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 = {
|
||||
require = [
|
||||
(import "${toString ./.}/${hostName}.nix")
|
||||
"${toString ./.}/${hostName}.nix"
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user