Add hetzner user-data url
Some checks failed
/ dev-shell (push) Successful in 58s
/ rust-packages (push) Successful in 4m28s
/ check (push) Failing after 5m11s
/ terraform-providers (push) Successful in 12m9s
/ systems (push) Successful in 9m47s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-13 00:58:40 +02:00
parent e360abdf4b
commit a996ba3083
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -208,6 +208,7 @@ in
} }
]; ];
khscodes.services.read-vault-auth-from-userdata.url = "http://169.254.169.254/latest/user-data";
khscodes.infrastructure.provisioning.pre = { khscodes.infrastructure.provisioning.pre = {
modules = modules; modules = modules;
secretsSource = cfg.secretsSource; secretsSource = cfg.secretsSource;