homeage icon indicating copy to clipboard operation
homeage copied to clipboard

runtime decrypted age secrets for nix home manager

Results 20 homeage issues
Sort by recently updated
recently updated
newest added

### Issue Some services don't allow the use of symlinked files. Therefore they need to be copied. ### Solution Two options: `cpOnActivation = [ ]` and `cpOnService = [ ]`...

enhancement
feature

Option to encrypt file at build time using a public key. This allows for non encrypted files to be encrypted in the nix store.

enhancement
feature

This follows common patterns used in nixpkgs and enables a bit more flexibility when using the homeage module.

- [ ] Changelog - [x] Readme update - [x] Remove options.md

The **jq** option `--argfile` was deprecated for a long time and it was finally removed from **jq 1.7**, which is causing the following error in activation script: `jq: Unknown option...

I believe the decryption check can never fail. The `if` checks for errors using `! -x $DECRYPTION`. But `-x` checks for the existence of a file. And indeed, some random...

Files do not appear until reboot. Is this intended behavior? I think it would make sense to comment on this in the README?

Hi there! Thanks for this project, I'm trying to add support for the rage YubiKey plugin. What I've tried so far: `home.nix` configuration: ```nix { homeage = { pkg =...

What I see: ``` Starting Home Manager activation Activating checkFilesChanged Activating checkLinkTargets Activating homeageDecryptCheck Enter passphrase for "/home/jacob/.ssh/id_ed25519": Activating writeBoundary Activating linkGeneration Cleaning up orphan links from /home/jacob Creating profile...

I just noticed #31 introduced a regression when running `homeage` as a service, symlinks are no longer created on startup. Haven't had time to investigate yet, I simply reverted to...