corrected syntax for autooptimizestore.

This commit is contained in:
2022-10-17 15:43:29 +02:00
parent 426750bcb8
commit dd92c58f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -200,3 +200,4 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.05"; # Did you read the comment?
}

View File

@@ -18,6 +18,5 @@
};
settings.auto-optimize-store = true;
};
}
}