test_flake_with_core_and_pass: don't use deprecated options

This commit is contained in:
Jörg Thalheim
2024-07-21 17:58:01 +02:00
parent e79e199c9a
commit 3d12aabf0c

View File

@@ -25,8 +25,8 @@
clan.core.networking.targetHost = "__CLAN_TARGET_ADDRESS__";
system.stateVersion = lib.version;
clan.core.secretStore = "password-store";
clan.core.secretsUploadDirectory = lib.mkForce "__CLAN_SOPS_KEY_DIR__/secrets";
clan.core.facts.secretStore = "password-store";
clan.core.facts.secretUploadDirectory = lib.mkForce "__CLAN_SOPS_KEY_DIR__/secrets";
clan.core.networking.zerotier.controller.enable = true;