modules/server: enable nix garbage collection
This commit is contained in:
parent
65990b4fef
commit
d30ecc2e24
|
@ -15,6 +15,8 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
pub-solar.core.lite = true;
|
||||
|
||||
nix.gc.automatic = true;
|
||||
|
||||
services = {
|
||||
lldpd.enable = true;
|
||||
openssh = {
|
||||
|
|
Loading…
Reference in a new issue