fix eval of tests (#674)

This commit is contained in:
Jörg Thalheim 2024-11-17 17:51:52 +01:00 committed by GitHub
parent 0ec0d5d3c5
commit 472741cf3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -588,7 +588,7 @@ in
# must run before sops sets up keys
systemd.services."sops-install-secrets-for-users".preStart = ''
printf '${builtins.readFile testAssets + "/age-keys.txt"}' > /run/age-keys.txt
printf '${builtins.readFile (testAssets + "/age-keys.txt")}' > /run/age-keys.txt
chmod -R 700 /run/age-keys.txt
'';
}