diff --git a/modules/desk-os/default.nix b/modules/desk-os/default.nix index 716e9b4..602c63a 100644 --- a/modules/desk-os/default.nix +++ b/modules/desk-os/default.nix @@ -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 = {