nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 673fceb88314b61c14106b24cc06cbc3c3544bf8
parent 55d28c9645e96e9db97674852dcc2546f0e4c14e
Author: mtmn <miro@haravara.org>
Date:   Sun, 26 Apr 2026 22:09:50 +0200

chore: fix git-crypt ignores

Diffstat:
M.gitattributes | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -3,8 +3,8 @@ modules/services/filestash.nix filter=git-crypt diff=git-crypt # hosts hosts/void/overlays/config/shell/rc/* filter=git-crypt diff=git-crypt -hosts/nixaran/* filter=git-crypt diff=git-crypt -hosts/work/* filter=git-crypt diff=git-crypt +hosts/nixaran/** filter=git-crypt diff=git-crypt +hosts/work/** filter=git-crypt diff=git-crypt # secrets secrets/* filter=git-crypt diff=git-crypt