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