add home-manager nix gc

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-10-20 20:59:38 -04:00
parent 25449ac661
commit ebd2756d3e
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -167,5 +167,11 @@
secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime"; secrets."alice/wakatime-api-key".path = "/home/alice/.config/doom/wakatime";
}; };
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
home.stateVersion = "23.11"; home.stateVersion = "23.11";
} }