From 8989bcc7d73c0524d97c8b8f41557f66cce57220 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Mon, 15 Aug 2022 12:15:42 +0000 Subject: [PATCH] Set minimal nixos profile for our grid machines --- morph/lib/base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/morph/lib/base.nix b/morph/lib/base.nix index 41734977..9105347d 100644 --- a/morph/lib/base.nix +++ b/morph/lib/base.nix @@ -43,6 +43,8 @@ # Any extra NixOS modules to load on all our servers. Note that just # because they're loaded doesn't *necessarily* mean they're turned on. imports = [ + # Set options intended for a "small" NixOS: Do not build X and docs. + <nixpkgs/nixos/modules/profiles/minimal.nix> # This brings in various other modules that define options for different # areas of the service. ../../nixos/modules/default.nix -- GitLab