feature: added support for running agenix on home-manager activation
This commit is contained in:
parent
c69b98e6e7
commit
f2725cda13
1 changed files with 4 additions and 0 deletions
|
@ -253,5 +253,9 @@ in {
|
|||
StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/agenix/stderr";
|
||||
};
|
||||
};
|
||||
|
||||
home.activation.agenix = lib.mkIf pkgs.stdenv.hostPlatform.isLinux (
|
||||
lib.hm.dag.entryAfter ["linkGeneration"] mountingScript
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue