system: fix flakes

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-29 14:11:34 +03:00
parent e1b3921403
commit 27c8303948
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -121,9 +121,6 @@ in
options = "--delete-older-than 7d";
};
# Flakes settings
package = pkgs.nixFlakes;
settings = {
auto-optimise-store = true;