From ee858454b3c000e66243509c4106e1e7f262e525 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 27 Apr 2022 19:57:48 +0300 Subject: nixos/profiles/minimal: disable logrotate service --- nixos/modules/profiles/minimal.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/profiles/minimal.nix b/nixos/modules/profiles/minimal.nix index 6cdfd0e886801..2bf630be3f719 100644 --- a/nixos/modules/profiles/minimal.nix +++ b/nixos/modules/profiles/minimal.nix @@ -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; -- cgit 1.4.1