added optimize to nix settings

This commit is contained in:
Leyla Becker 2024-10-03 16:39:36 +02:00
parent d99da6cd44
commit bbb4be8ac8

View file

@ -9,6 +9,7 @@
trusted-users = ["leyla"]; trusted-users = ["leyla"];
}; };
gc.automatic = true; gc.automatic = true;
optimise.automatic = true;
}; };
# Enable networking # Enable networking