nixos/profiles/minimal: disable logrotate service
This commit is contained in:
parent
df22e4124d
commit
ee858454b3
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ with lib;
|
|||
|
||||
programs.command-not-found.enable = mkDefault false;
|
||||
|
||||
services.logrotate.enable = mkDefault false;
|
||||
|
||||
xdg.autostart.enable = mkDefault false;
|
||||
xdg.icons.enable = mkDefault false;
|
||||
xdg.mime.enable = mkDefault false;
|
||||
|
|
Loading…
Reference in a new issue