Who doesn't like optimisation

This commit is contained in:
Nox Sluijtman 2023-12-23 01:09:38 +01:00
parent 4cdb5baf03
commit 14c502f901

View file

@ -25,6 +25,7 @@ in {
}; };
config = { config = {
nix = { nix = {
optimise.automatic = true;
settings = { settings = {
trusted-users = [ trusted-users = [
"root" "root"