added GC to katana.

This commit is contained in:
specCon18 2023-08-15 04:17:59 -04:00
parent f4f4f3c569
commit e6afe01bce

View file

@ -19,7 +19,13 @@
# Prevent tampering of the pkgstore # Prevent tampering of the pkgstore
readOnlyNixStore = true; readOnlyNixStore = true;
}; };
nix = {
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
};
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/55c746b3-b9dc-4c9b-ab56-de68a561f9a3"; device = "/dev/disk/by-uuid/55c746b3-b9dc-4c9b-ab56-de68a561f9a3";
fsType = "ext4"; fsType = "ext4";