about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-04-27 19:57:48 +0300
committerIzorkin <izorkin@elven.pw>2022-12-09 13:03:49 +0300
commitee858454b3c000e66243509c4106e1e7f262e525 (patch)
tree11d4f0f1838436c412d09628bf1ae9bf285787d5 /nixos
parentdf22e4124dc39b0703160259f433596e0401b259 (diff)
nixos/profiles/minimal: disable logrotate service
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/profiles/minimal.nix2
1 files changed, 2 insertions, 0 deletions
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;