mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 06:25:16 +08:00
Update modules/nix-darwin/sops.nix
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
parent
c3cff455d0
commit
f8d22da5c0
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# [re]load secrets on home-manager activation
|
# [re]load secrets on home-manager activation
|
||||||
system.activationScripts.sops-nix.text = let
|
system.activationScripts.postActivation.text = let
|
||||||
domain-target = "system";
|
domain-target = "system";
|
||||||
in ''
|
in ''
|
||||||
/bin/launchctl bootout ${domain-target}/org.nixos.sops-nix && true
|
/bin/launchctl bootout ${domain-target}/org.nixos.sops-nix && true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue