automatic garbage collection

This commit is contained in:
2023-05-10 18:40:00 -06:00
parent ae2bd529f5
commit acab8b3089
2 changed files with 9 additions and 7 deletions

View File

@@ -8,16 +8,10 @@
- [ ] fail2ban
- [ ] Bluetooth multiple devices + pass-through
- [ ] SSH settings
- [ ] GNUPG keys
- [ ] Automatic updates
- [ ] Automatic garbage collection
- [ ] Firewall ports
- [ ] Topgrade (perhaps unnecessary)
- [-] SystemD services [4/5]
- [X] docker-compose
- [X] snapraid
- [X] FStrim
- [X] BTRFS scrub
- [ ] SystemD services [4/5]
- [ ] Personal scripts [0/3]
- [ ] download
- [ ] Instagram
@@ -939,6 +933,10 @@ accidentally delete configuration.nix.
#+begin_src nix
system.copySystemConfiguration = true;
nix.gc = {
enable = true;
dates = "weekly";
};
#+end_src
** NIX VERSION