nix: Slow down gc on urithiru
This commit is contained in:
parent
7e38af6214
commit
6b7e8c4ab3
2 changed files with 9 additions and 2 deletions
|
@ -10,7 +10,10 @@
|
|||
chvp = {
|
||||
stateVersion = "20.09";
|
||||
base = {
|
||||
nix.enableDirenv = false;
|
||||
nix = {
|
||||
enableDirenv = false;
|
||||
slowGc = true;
|
||||
};
|
||||
network.ovh = {
|
||||
enable = true;
|
||||
publicIPV4 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue