My NixOS config
Find a file
2025-10-01 00:22:04 +10:00
hosts feat: replace borgbackup and bespoke backup function with borgmatic 2025-10-01 00:18:12 +10:00
modules feat: utilise borgmatic to back up several services 2025-10-01 00:18:48 +10:00
secrets feat: replace borgbackup and bespoke backup function with borgmatic 2025-10-01 00:18:12 +10:00
.gitignore Initial commit 2025-07-11 16:55:37 +10:00
.pre-commit build: add pre-commit hook template 2025-09-25 21:39:42 +10:00
flake.lock build: flake update 2025-09-22 17:08:15 +10:00
flake.nix feat: install agenix as a home-manager module 2025-09-25 21:36:22 +10:00
LICENSE Initial commit 2025-07-11 16:55:37 +10:00
README.md build: add pre-commit hook template 2025-09-25 21:39:42 +10:00

dots

build

keep-sorted pre-commit hook

copy the pre-commit hook to .git/hooks

cp .pre-commit .git/hooks/pre-commit

make it executable

chmod +x .git/hooks/pre-commit