From 654b9d2e795a585819e36426497618a1adc98285 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 21 Jan 2024 03:33:34 -0500 Subject: atlas: mitigate logrotate-checkconf.service build failure --- systems/atlas/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems') diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index bc5fcac..55d46b3 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -23,6 +23,9 @@ services = { resolved.enable = false; + # not sure why this fails... + # context: https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501 + logrotate.checkConfig = false; }; users.users.atlas = { -- cgit v1.2.3