Skip to content

Commit

Permalink
sops: services: Depend exclusively on secrets-directory file-system.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinthecalculator committed Jun 2, 2024
1 parent b051a3c commit 62b5e18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/sops/services/sops.scm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ more than welcome to provide your own key in the keyring.")
(sops (sops-service-configuration-sops config)))
(list
(shepherd-service (provision '(sops-secrets))
(requirement '(file-systems))
(requirement
`(user-processes
,(string->symbol
(string-append "file-system-" secrets-directory))))
(one-shot? #t)
(documentation
"SOPS secrets decrypting service.")
Expand Down

0 comments on commit 62b5e18

Please sign in to comment.