Create a low-priority section in system.nix; host goes there
svn path=/nixos/trunk/; revision=13513
This commit is contained in:
parent
730244f13d
commit
7a6df0a5a8
@ -186,7 +186,6 @@ rec {
|
|||||||
pkgs.gnutar
|
pkgs.gnutar
|
||||||
pkgs.grub
|
pkgs.grub
|
||||||
pkgs.gzip
|
pkgs.gzip
|
||||||
pkgs.host
|
|
||||||
pkgs.iputils
|
pkgs.iputils
|
||||||
pkgs.less
|
pkgs.less
|
||||||
pkgs.lvm2
|
pkgs.lvm2
|
||||||
@ -231,7 +230,15 @@ rec {
|
|||||||
# chroot gets to seem them, and (ii) applications can benefit from
|
# chroot gets to seem them, and (ii) applications can benefit from
|
||||||
# changes in the list of NSS modules at run-time, without requiring
|
# changes in the list of NSS modules at run-time, without requiring
|
||||||
# a reboot.
|
# a reboot.
|
||||||
++ nssModules;
|
++ nssModules
|
||||||
|
|
||||||
|
# These packages are nice fallbacks unless any of the more powerful
|
||||||
|
# substitutes is present.
|
||||||
|
++ [
|
||||||
|
# Use ISC BIND version of the host util if you don't mind installing BIND
|
||||||
|
pkgs.host
|
||||||
|
]
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
# We don't want to put all of `startPath' and `path' in $PATH, since
|
# We don't want to put all of `startPath' and `path' in $PATH, since
|
||||||
|
Loading…
x
Reference in New Issue
Block a user