diff options
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 8d47da4..9f2f6b0 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,7 +1,6 @@ {modulesPath, ...}: { imports = [ (modulesPath + "/profiles/minimal.nix") - (modulesPath + "/profiles/hardened.nix") ./hardware-configuration.nix ./miniflux.nix ./nginx.nix @@ -18,9 +17,5 @@ networking.domain = "getchoo.com"; - # not sure why this fails... - # context: https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501 - services.logrotate.checkConfig = false; - system.stateVersion = "23.05"; } |
