fix: config has been changed
This commit is contained in:
parent
d620435a03
commit
1285b2bd9b
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue