garbage optimise

This commit is contained in:
Till 2023-12-02 17:53:15 +01:00
parent a8d1888580
commit 181d52fe40
5 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,12 @@
./interception-tools.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix = {
settings.experimental-features = [ "nix-command" "flakes" ];
gc.automatic = true;
gc.dates = "weekly";
optimise.automatic = true;
};
zramSwap.enable = true;