mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-31 04:14:37 +00:00
Merge pull request #106 from Mic92/master-specialfs
modules/sops: activation after specialfs
This commit is contained in:
commit
0d4bdc1c21
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ in {
|
|||
|
||||
system.activationScripts.setup-secrets = let
|
||||
sops-install-secrets = (pkgs.callPackage ../.. {}).sops-install-secrets;
|
||||
in stringAfter [ "users" "groups" ] ''
|
||||
in stringAfter [ "specialfs" "users" "groups" ] ''
|
||||
echo setting up secrets...
|
||||
${optionalString (cfg.gnupgHome != null) "SOPS_GPG_EXEC=${pkgs.gnupg}/bin/gpg"} ${sops-install-secrets}/bin/sops-install-secrets ${checkedManifest}
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue