build0*: move into /hosts

This commit is contained in:
zowoq 2023-05-18 13:24:26 +10:00
parent 67cb2115bf
commit 5e5678ec15
18 changed files with 11 additions and 11 deletions

View file

@ -158,7 +158,7 @@ def decrypt_host_key(flake_attr, tmpdir):
"--extract",
'["ssh_host_ed25519_key"]',
"--decrypt",
f"{ROOT}/{flake_attr}/secrets.yaml",
f"{ROOT}/hosts/{flake_attr}/secrets.yaml",
],
check=True,
stdout=fh,