diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:34:58 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:34:58 -0700 |
| commit | 11d99a0715cf201a660e33d911c953313fec3796 (patch) | |
| tree | ad5b7a880d65e06025f7d34a8eb05c0e7e82ef9e /nix/modules/impermanence.nix | |
| parent | 2f6ede5394f46892957369708c14fe6b1c7d6f81 (diff) | |
add support for managing secrets with gnu stow
Diffstat (limited to 'nix/modules/impermanence.nix')
| -rw-r--r-- | nix/modules/impermanence.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/impermanence.nix b/nix/modules/impermanence.nix index 6305bc5..5a74f6e 100644 --- a/nix/modules/impermanence.nix +++ b/nix/modules/impermanence.nix @@ -84,6 +84,7 @@ ".mozilla" ".bitmonero" ".config" + ".crypto" { directory = ".gnupg"; mode = "0700"; } { directory = ".ssh"; mode = "0700"; } { directory = ".local/share/keyrings"; mode = "0700"; } |
