From 3d12aabf0c891068111a9daa85c90d852894bf8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jul 2024 17:58:01 +0200 Subject: [PATCH] test_flake_with_core_and_pass: don't use deprecated options --- pkgs/clan-cli/tests/test_flake_with_core_and_pass/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/clan-cli/tests/test_flake_with_core_and_pass/flake.nix b/pkgs/clan-cli/tests/test_flake_with_core_and_pass/flake.nix index 6bc68dc4e..39efecbf4 100644 --- a/pkgs/clan-cli/tests/test_flake_with_core_and_pass/flake.nix +++ b/pkgs/clan-cli/tests/test_flake_with_core_and_pass/flake.nix @@ -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;