garbage optimise
This commit is contained in:
parent
a8d1888580
commit
181d52fe40
5 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue