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