add home-manager nix gc
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
25449ac661
commit
ebd2756d3e
@ -167,5 +167,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