Compare commits

..

10 commits

Author SHA1 Message Date
94b8072b23
debug secrets 2025-08-13 11:51:49 +02:00
313952fa3e
print whole file 2025-08-13 11:51:49 +02:00
2407a17770
quotes 2025-08-13 11:51:49 +02:00
eb37a83ba1
cat files 2025-08-13 11:51:49 +02:00
c8539e7b90
rekey 2025-08-13 11:51:49 +02:00
500885d5bc
squish 2025-08-13 11:51:49 +02:00
5832f92f64
fix steps 2025-08-13 11:51:49 +02:00
4969a051d1
fix step 2025-08-13 11:51:49 +02:00
8916384a37
temp test ci 2025-08-13 11:51:49 +02:00
5f305a22bd
use proper templating 2025-08-13 11:51:49 +02:00

View file

@ -119,7 +119,7 @@ in
EnvironmentFile = lib.mkForce "-/tmp/attic.env"; EnvironmentFile = lib.mkForce "-/tmp/attic.env";
ExecStartPre = "${ ExecStartPre = "${
template_text { template_text {
# FIXME find a place not public # FIXME find a place not less public
outPath = "/tmp/attic.env"; outPath = "/tmp/attic.env";
text = '' text = ''
ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64="${fileContents config.vars.generators.attic.files.token.path}" ATTIC_SERVER_TOKEN_RS256_SECRET_BASE64="${fileContents config.vars.generators.attic.files.token.path}"