Enable automatic garbage collection

This commit is contained in:
Michael Smith 2024-09-12 12:30:31 +02:00
parent 9c2cbde236
commit fadccb3cda

View File

@ -42,6 +42,13 @@
];
};
# Automatic garbage collection
nix.gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 7d";
};
services.printing.enable = true;
hardware.bluetooth.enable = true;
services.avahi = {