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 {
|
config = lib.mkIf cfg.enable {
|
||||||
services.guix = {
|
services.guix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gc.enable = true;
|
gc = {
|
||||||
publish.enable = true;
|
enable = true;
|
||||||
|
dates = "weekly";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue