feat(guix): Add modify some guix settings
This commit is contained in:
parent
edad727d17
commit
a665897010
1 changed files with 4 additions and 2 deletions
|
|
@ -15,8 +15,10 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.guix = {
|
||||
enable = true;
|
||||
gc.enable = true;
|
||||
publish.enable = true;
|
||||
gc = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue