mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +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
|
# Installing Guix within NixOS. Now that's some OTP rarepair material right
|
||||||
# there.
|
# there.
|
||||||
services.guix.enable = true;
|
services.guix = {
|
||||||
|
enable = true;
|
||||||
|
gc = {
|
||||||
|
enable = true;
|
||||||
|
dates = "weekly";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Asia/Manila";
|
time.timeZone = "Asia/Manila";
|
||||||
|
Loading…
Reference in New Issue
Block a user