added optimize to nix settings
This commit is contained in:
parent
d99da6cd44
commit
bbb4be8ac8
|
@ -9,6 +9,7 @@
|
|||
trusted-users = ["leyla"];
|
||||
};
|
||||
gc.automatic = true;
|
||||
optimise.automatic = true;
|
||||
};
|
||||
|
||||
# Enable networking
|
||||
|
|
Loading…
Reference in a new issue