From 5c1f8cbc70cd5e6867ef6a2a06d27a40daa07010 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 10 Oct 2013 13:28:20 +0200 Subject: Move all of NixOS to nixos/ in preparation of the repository merge --- nixos/modules/profiles/minimal.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nixos/modules/profiles/minimal.nix (limited to 'nixos/modules/profiles/minimal.nix') diff --git a/nixos/modules/profiles/minimal.nix b/nixos/modules/profiles/minimal.nix new file mode 100644 index 000000000000..821b9f93465a --- /dev/null +++ b/nixos/modules/profiles/minimal.nix @@ -0,0 +1,11 @@ +# This module defines a small NixOS configuration. It does not +# contain any graphical stuff. + +{ config, pkgs, ... }: + +{ + # Don't include X libraries. + programs.ssh.setXAuthLocation = false; + fonts.enableFontConfig = false; + fonts.enableCoreFonts = false; +} -- cgit 1.4.1