diff options
| author | seth <[email protected]> | 2024-02-07 18:08:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-07 18:27:45 -0500 |
| commit | b96cbcb39701cfc1522d32214e47bcc5d2389e3d (patch) | |
| tree | e81ce18250ca7a04d4cf71c231be4a903f1853df /systems/atlas/default.nix | |
| parent | cffffeb678e9a1078eeba0f19c9607cda9f31bed (diff) | |
atlas: use minimal profile
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
