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
|
||||
nix = {
|
||||
settings.trusted-users = [ "root" "@wheel" ];
|
||||
optimise.automatic = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
Loading…
Add table
Reference in a new issue