nix: add gc
This commit is contained in:
parent
3386fd9716
commit
e8b4bc6b81
@ -86,6 +86,13 @@
|
|||||||
nix = {
|
nix = {
|
||||||
# optimize the store
|
# optimize the store
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
||||||
|
# garbage collection
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 7d";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.intelgpu.driver = "xe";
|
hardware.intelgpu.driver = "xe";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user