Add nix option optimise.automatic
This commit is contained in:
parent
46acbba1b1
commit
b87b1bb947
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ in {
|
||||||
# Package management
|
# Package management
|
||||||
nix = {
|
nix = {
|
||||||
settings.trusted-users = [ "root" "@wheel" ];
|
settings.trusted-users = [ "root" "@wheel" ];
|
||||||
|
optimise.automatic = true;
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
|
|
Loading…
Add table
Reference in a new issue