mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 00:19:12 +00:00
users/foo-dogsquared: add Nix garbage collection
This commit is contained in:
parent
0c7fb4aa90
commit
8de6cbe359
@ -101,6 +101,13 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# GARBAGE DAY!
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
frequency = "weekly";
|
||||
randomizedDelaySec = "5m";
|
||||
};
|
||||
|
||||
# Set the profile picture. Most of the desktop environments should support
|
||||
# this.
|
||||
home.file.".face".source = ./files/logo.png;
|
||||
|
Loading…
Reference in New Issue
Block a user