add home-manager nix gc
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
535081b790
commit
ad5ac179d7
@ -165,5 +165,11 @@
|
||||
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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user