auto garbage collect nix store on genepi

This commit is contained in:
2025-02-03 20:56:20 +01:00
parent d555bb82c7
commit bfd6137b0c

View File

@@ -30,4 +30,10 @@
home-manager.users.rpqt = ./home.nix;
}
];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}