vars/keygen: fix + cleanup tests

- generate keys in ./sops instead of ./sops/vars for now
- don't initialize all flakes with sops keys, only generate when needed
- use the new 'clan vars keygen' in tests
This commit is contained in:
DavHau
2024-10-04 17:25:02 +02:00
parent 73daa2ecc1
commit 11c37ebeba
7 changed files with 31 additions and 57 deletions

View File

@@ -82,7 +82,6 @@ def test_vm_persistence(
temporary_home,
flake_template=CLAN_CORE / "templates" / "minimal",
machine_configs=config,
monkeypatch=monkeypatch,
)
monkeypatch.chdir(flake.path)