fix: config has been changed

This commit is contained in:
Nydragon 2024-06-05 15:21:33 +09:00
parent d620435a03
commit 1285b2bd9b
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -8,9 +8,11 @@
# Catch up on missed runs due to being powered off
persistent = true;
};
settings = {
#Deduplicate identical files in the store regularly
optimise.automatic = true;
optimise = {
automatic = true;
};
settings = {
experimental-features = [
"nix-command"
"flakes"