automatic garbage collection
This commit is contained in:
parent
ae2bd529f5
commit
acab8b3089
@ -614,6 +614,10 @@ systemd.user.services = {
|
|||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
|
||||||
system.copySystemConfiguration = true;
|
system.copySystemConfiguration = true;
|
||||||
|
nix.gc = {
|
||||||
|
enable = true;
|
||||||
|
dates = "weekly";
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = VERSION;
|
system.stateVersion = VERSION;
|
||||||
|
|
||||||
|
|||||||
@ -8,16 +8,10 @@
|
|||||||
- [ ] fail2ban
|
- [ ] fail2ban
|
||||||
- [ ] Bluetooth multiple devices + pass-through
|
- [ ] Bluetooth multiple devices + pass-through
|
||||||
- [ ] SSH settings
|
- [ ] SSH settings
|
||||||
- [ ] GNUPG keys
|
|
||||||
- [ ] Automatic updates
|
- [ ] Automatic updates
|
||||||
- [ ] Automatic garbage collection
|
|
||||||
- [ ] Firewall ports
|
- [ ] Firewall ports
|
||||||
- [ ] Topgrade (perhaps unnecessary)
|
- [ ] Topgrade (perhaps unnecessary)
|
||||||
- [-] SystemD services [4/5]
|
- [ ] SystemD services [4/5]
|
||||||
- [X] docker-compose
|
|
||||||
- [X] snapraid
|
|
||||||
- [X] FStrim
|
|
||||||
- [X] BTRFS scrub
|
|
||||||
- [ ] Personal scripts [0/3]
|
- [ ] Personal scripts [0/3]
|
||||||
- [ ] download
|
- [ ] download
|
||||||
- [ ] Instagram
|
- [ ] Instagram
|
||||||
@ -939,6 +933,10 @@ accidentally delete configuration.nix.
|
|||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
system.copySystemConfiguration = true;
|
system.copySystemConfiguration = true;
|
||||||
|
nix.gc = {
|
||||||
|
enable = true;
|
||||||
|
dates = "weekly";
|
||||||
|
};
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** NIX VERSION
|
** NIX VERSION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user