mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-21 17:20:47 +03:00
fix: allow deps of installRootOwnedSecrets activation script to be overridden
This commit is contained in:
parent
204bd95d30
commit
ecee2c76b9
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ in
|
|||
|
||||
# Secrets with root owner and group can be installed before users
|
||||
# exist. This allows user password files to be encrypted.
|
||||
system.activationScripts.agenixRoot = installRootOwnedSecrets;
|
||||
system.activationScripts.agenixRoot.text = installRootOwnedSecrets;
|
||||
system.activationScripts.users.deps = [ "agenixRoot" ];
|
||||
|
||||
# Other secrets need to wait for users and groups to exist.
|
||||
|
|
Loading…
Reference in a new issue