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; }