diff options
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/atlas/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |
