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
|
# Catch up on missed runs due to being powered off
|
||||||
persistent = true;
|
persistent = true;
|
||||||
};
|
};
|
||||||
|
#Deduplicate identical files in the store regularly
|
||||||
|
optimise = {
|
||||||
|
automatic = true;
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
# Deduplicate identical files in the store regularly
|
|
||||||
optimise.automatic = true;
|
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|
Loading…
Add table
Reference in a new issue