diff --git a/morph/lib/base.nix b/morph/lib/base.nix
index 4173497720901bacd13555c22abbec04c08d76be..9105347d6f93c3549b6e2932806cc5a5abf627ba 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