nixpkgs/nixos/modules/profiles
rnhmjoj 3bb69836cb
nixos/profiles/minimal: don't install freedesktop files
This saves about 25M from the closure size of:

$ nix build -f nixos system --arg configuration '
  { imports = [ ./nixos/modules/profiles/minimal.nix ];
    fileSystems."/".label="root";
    boot.loader.grub.device = "nodev";
  }'
2022-10-21 14:54:38 +02:00
..
all-hardware.nix Merge pull request #143885 from peat-psuwit/all-hardware-reset-raspberry 2022-08-04 15:28:43 +03:00
base.nix nixos/installer: fix eval with missing config arg 2022-10-10 23:58:22 +00:00
clone-config.nix nixos/*: automatically convert option docs 2022-08-06 20:39:12 +02:00
demo.nix nixos/displayManager: make autoLogin options independent of DM type 2020-07-09 21:15:35 -04:00
docker-container.nix docker-container: Remove /etc symlink 2019-11-27 15:51:19 -06:00
graphical.nix
hardened.nix nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
headless.nix NixOS AWS AMI: enable the serial console on ttyS0 2021-08-20 12:42:02 -04:00
installation-device.nix nixos/installer: mkForce -> mkImageMediaOverride 2022-08-14 12:14:34 -04:00
minimal.nix nixos/profiles/minimal: don't install freedesktop files 2022-10-21 14:54:38 +02:00
qemu-guest.nix nixos/*qemu*: Add systemd initrd support 2022-04-30 20:47:42 +02:00