hosts/ni: enable Guix garbage collection service

This commit is contained in:
Gabriel Arazas 2023-12-12 09:04:02 +08:00
parent a249db9b1a
commit be6be71144
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -142,7 +142,13 @@
# Installing Guix within NixOS. Now that's some OTP rarepair material right
# there.
services.guix.enable = true;
services.guix = {
enable = true;
gc = {
enable = true;
dates = "weekly";
};
};
# Set your time zone.
time.timeZone = "Asia/Manila";