modules/server: enable nix garbage collection

This commit is contained in:
Hendrik Sokolowski 2023-10-06 00:17:31 +02:00
parent 65990b4fef
commit d30ecc2e24

View file

@ -15,6 +15,8 @@ in {
config = mkIf cfg.enable {
pub-solar.core.lite = true;
nix.gc.automatic = true;
services = {
lldpd.enable = true;
openssh = {