extra-nixos.nix fixed typo in auto-optimise-store
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
};
|
};
|
||||||
settings.auto-optimize-store = true;
|
settings.auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user