🐛 fix download buffer settings
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 22m11s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 22m11s
This commit is contained in:
parent
ca012b910d
commit
a46774a580
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue