mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-05-13 16:38:45 +08:00
fix eval of tests (#674)
This commit is contained in:
parent
0ec0d5d3c5
commit
472741cf3f
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue