mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 00:19:11 +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
|
# Set the profile picture. Most of the desktop environments should support
|
||||||
# this.
|
# this.
|
||||||
home.file.".face".source = ./files/logo.png;
|
home.file.".face".source = ./files/logo.png;
|
||||||
|
Loading…
Reference in New Issue
Block a user