Enable automatic garbage collection
This commit is contained in:
parent
9c2cbde236
commit
fadccb3cda
@ -42,6 +42,13 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Automatic garbage collection
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "daily";
|
||||||
|
options = "--delete-older-than 7d";
|
||||||
|
};
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user