feat(nixos): add automatic garbage collection
This commit is contained in:
parent
c44174bbc6
commit
33aafeced9
1 changed files with 6 additions and 0 deletions
|
@ -64,4 +64,10 @@
|
|||
LC_TELEPHONE = "en_SG.UTF-8";
|
||||
LC_TIME = "en_SG.UTF-8";
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "-d";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue