diff --git a/modules/home-manager/profiles/vault/default.nix b/modules/home-manager/profiles/vault/default.nix index 19403c6..4b7ffb2 100644 --- a/modules/home-manager/profiles/vault/default.nix +++ b/modules/home-manager/profiles/vault/default.nix @@ -33,6 +33,14 @@ in { vault ]; + home.file = { + "${cfg.vaultDir}/vault" = { + executable = true; + text = '' + ${vault} + ''; + }; + }; systemd.user.services = mkIf cfg.periodicPush { vault-periodic-push = { Install = {