From f8d6ed8c3a0b92967a7c160b4ad462127397fc7f Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 9 May 2024 14:32:23 -0400 Subject: atlas: drop hardened profile this creates a lot of issues with tests in nixpkgs :( --- systems/atlas/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'systems/atlas') 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"; } -- cgit v1.2.3