diff --git a/modules/age-home.nix b/modules/age-home.nix index 54c3440..b242c29 100644 --- a/modules/age-home.nix +++ b/modules/age-home.nix @@ -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 + ); }; }