mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: enable Guix garbage collection service
This commit is contained in:
parent
a249db9b1a
commit
be6be71144
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user