forked from nico/dots
nix: disable nix on darwin to use determinate nix instead
This commit is contained in:
parent
3071f22bc4
commit
4d7ac77074
1 changed files with 2 additions and 6 deletions
|
|
@ -25,12 +25,8 @@
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# nix auto garbage collection
|
# use determinate nix
|
||||||
nix.gc = {
|
nix.enable = false;
|
||||||
automatic = true;
|
|
||||||
interval = { Weekday = 0; Hour = 0; Minute = 0; };
|
|
||||||
options = "--delete-older-than 7d";
|
|
||||||
};
|
|
||||||
|
|
||||||
# changing this might break
|
# changing this might break
|
||||||
system.stateVersion = 5;
|
system.stateVersion = 5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue