nixpkgs/modules
Eelco Dolstra e5bcb378fa Add support for multiple system profiles
‘nixos-rebuild’ now accepts an argument ‘--profile-name’ (or ‘-p’),
denoting the name of a system profile to use.  The default is
‘system’, which maps to /nix/var/nix/profiles/system.  Any other value
maps to /nix/var/nix/profiles/system-profiles/<name>.  The GRUB menu
generator makes all system profiles available as submenus.  For
instance, doing

  $ nixos-rebuild boot -p test

will cause a menu named ‘NixOS - Profile 'test'’ to be added to the
GRUB boot menu, leaving the default system profile unaffected.

This is only supported for GRUB 2.
2013-10-09 19:13:26 +02:00
..
config Don't disable D-Bus if environment.noXlibs is set 2013-10-01 14:45:20 +02:00
hardware Get firmware from lib/firmware 2013-09-04 14:22:52 +02:00
installer Add support for multiple system profiles 2013-10-09 19:13:26 +02:00
misc firebird service 2013-10-05 23:07:33 +02:00
profiles enableSplashScreen is no longer a valid option 2013-09-27 10:50:52 -04:00
programs Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
security In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
services Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
system Add support for multiple system profiles 2013-10-09 19:13:26 +02:00
tasks Load ext2/ext3/ext on demand in the initrd 2013-10-09 19:11:58 +02:00
testing Work around "Input/output error" opening /dev/ttyS0 2013-07-16 15:04:32 +02:00
virtualisation Only start the VirtualBox guest services if we're in a VirtualBox VM 2013-10-09 13:36:37 +02:00
module-list.nix add simple rsnapshot module 2013-10-06 22:23:52 +02:00
rename.nix environment.promptInit is now programs.<shell>.promptInit 2013-09-24 09:53:47 -04:00