From 1776e594c726bc0866ed1037b6c8e407a63e480e Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 24 Mar 2025 07:12:28 +0000 Subject: [PATCH] Update hardware.nix --- hosts/orome/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/orome/hardware.nix b/hosts/orome/hardware.nix index 4e794e8..2d7a84e 100644 --- a/hosts/orome/hardware.nix +++ b/hosts/orome/hardware.nix @@ -26,6 +26,7 @@ in extraModulePackages = [ ]; }; + services.logrotate.checkConfig = false; nixpkgs.hostPlatform = mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware; }