diff options
| author | seth <[email protected]> | 2024-01-21 03:33:34 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-21 03:33:34 -0500 |
| commit | 654b9d2e795a585819e36426497618a1adc98285 (patch) | |
| tree | 814b84311fbeb5ae9004004d6cc382d1af12fd3c /systems/atlas | |
| parent | 44aaab594f770c25ebd6edd4547d84d49ced54a6 (diff) | |
atlas: mitigate logrotate-checkconf.service build failure
Diffstat (limited to 'systems/atlas')
| -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 = { |
