automatic garbage collection
This commit is contained in:
parent
ae2bd529f5
commit
acab8b3089
@ -614,6 +614,10 @@ systemd.user.services = {
|
||||
networking.firewall.enable = false;
|
||||
|
||||
system.copySystemConfiguration = true;
|
||||
nix.gc = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
|
||||
system.stateVersion = VERSION;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user