initial commit

This commit is contained in:
bit
2025-08-20 18:24:30 +02:00
commit eea18118a0
4 changed files with 414 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# nix-auto-update
A nix module for automatically updating a flake based system.
It is inspired by `system.autoUpgrade` but tries to implement protection against soft-bricked systems due to failed updates as well as accidential system downgrades.