Add test for custom secret paths for HM

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-05-12 20:13:33 +02:00
parent 758cdc98f4
commit 72205a86ca
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ pkgs.nixosTest {
# Only decryptable by user1's key
file = ../example/secret2.age;
};
secrets.secret2Path = {
file = ../example/secret2.age;
path = "/home/user1/secret2";
};
};
};
};