From dacdc6dc5680444d5a31c0c1b3f5a9998682316e Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 11 Feb 2024 02:25:24 -0500 Subject: atlas: use hardened profile --- systems/atlas/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'systems/atlas') diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index f403397..1e448c6 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,6 +1,7 @@ {modulesPath, ...}: { imports = [ (modulesPath + "/profiles/minimal.nix") + (modulesPath + "/profiles/hardened.nix") ./hardware-configuration.nix ./miniflux.nix ./nginx.nix -- cgit v1.2.3