summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-02Expose max-idle-time via NixOS moduleHEADmasterLinnnus
2024-10-02Trim end of string when reading secret fileLinnnus
Originally I used something akin to printf "mysecret" >secret.txt to avoid adding a newline to the end of the file, but that doesn't work for more advanced usecases, such as when using agenix to edit an encryped secret (Vim really likes to add final newlines). Since the addition/lack of a newline affects the resulting hash, this is pretty important. I opted to just trim the end of the file, since that's probably what the user wants and isn't likely to break anything. I don't think it's even possible to submit a secret containing final whitespace through GitHub's web interface anyways.
2024-10-02Be more verbose when loading configurationLinnnus
2024-10-02temp: Add configuration to example in READMELinnnus
2024-10-02Factor nix code into separate filesLinnnus
2024-10-02Use max_idle_time when waiting for connectionsLinnnus
2024-10-02Misc. formatting fixesLinnnus
2024-10-02Rename secret_{file => path}, add max_idle_time to config, Merge {Raw,}ConfigLinnnus
2024-10-01Initial commitLinnnus