🐛 fix download buffer settings
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 22m11s

This commit is contained in:
Ingolf Wagner 2025-04-17 12:21:40 +02:00
parent ca012b910d
commit a46774a580
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -282,6 +282,8 @@
pkgs.systemctl-find-service-config
pkgs.healthchecks
];
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501
}
)
# My Structure