Define hostSecrets
This commit is contained in:
parent
9818af04a1
commit
ba35775a8c
|
@ -6,6 +6,8 @@ let
|
||||||
|
|
||||||
hostname = config.instance.hostname;
|
hostname = config.instance.hostname;
|
||||||
|
|
||||||
|
hostSecrets = config.fudo.secrets.host-secrets."${hostname}";
|
||||||
|
|
||||||
mkEnvFile = envVars:
|
mkEnvFile = envVars:
|
||||||
let
|
let
|
||||||
envLines =
|
envLines =
|
||||||
|
|
Loading…
Reference in New Issue