This commit is contained in:
2024-10-20 20:46:51 -04:00
parent 641fca8001
commit 2e761cb0c2
4 changed files with 15 additions and 15 deletions

View File

@@ -16,13 +16,6 @@
];
nix = {
# garbage collection and cleanup stuff
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
# optimize the store
optimise.automatic = true;
@@ -33,6 +26,13 @@
];
};
# https://github.com/viperML/nh
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
};
# kernel options
boot = {
kernelPackages = pkgs.linuxPackages_cachyos-lto;