From b96cbcb39701cfc1522d32214e47bcc5d2389e3d Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 7 Feb 2024 18:08:20 -0500 Subject: atlas: use minimal profile --- systems/atlas/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systems/atlas/default.nix') diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 1b6cbac..7132bbd 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,5 +1,6 @@ -{ +{modulesPath, ...}: { imports = [ + (modulesPath + "/profiles/minimal.nix") ./hardware-configuration.nix ./miniflux.nix ./nginx.nix -- cgit v1.2.3