Add system modules

This commit is contained in:
aloslider
2026-03-07 01:40:27 +03:00
parent c3a11470b9
commit e4abb866e9
9 changed files with 115 additions and 33 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, ... }: {
nix.gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than +5";
};
nix.settings.auto-optimise-store = true;
}