forked from mirrors/nixpkgs
* Moved more modules.
svn path=/nixos/branches/modular-nixos/; revision=15722
This commit is contained in:
parent
f1fb3b45cf
commit
a65aae0140
|
@ -86,7 +86,7 @@ in
|
|||
let
|
||||
|
||||
grubMenuBuilder = pkgs.substituteAll {
|
||||
src = ../installer/grub-menu-builder.sh;
|
||||
src = ./grub-menu-builder.sh;
|
||||
isExecutable = true;
|
||||
inherit (pkgs) bash;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
|
@ -100,7 +100,7 @@ in
|
|||
options
|
||||
|
||||
# config.system.build
|
||||
../system/system-options.nix
|
||||
# ../system/system-options.nix
|
||||
];
|
||||
|
||||
system = {
|
|
@ -52,7 +52,7 @@ mkIf cfg.enable {
|
|||
options
|
||||
|
||||
# config.environment.etc
|
||||
../etc/default.nix
|
||||
# ../etc/default.nix
|
||||
|
||||
# ? # config.environment.extraPackages
|
||||
# ? # config.security.extraSetuidPrograms
|
||||
|
@ -69,7 +69,7 @@ mkIf cfg.enable {
|
|||
|
||||
etc = [
|
||||
{
|
||||
source = ../etc/pam.d/sudo;
|
||||
source = ./sudo.pam;
|
||||
target = "pam.d/sudo";
|
||||
}
|
||||
{
|
|
@ -382,7 +382,7 @@ in
|
|||
#../modules/hardware/network/intel-3945abg.nix
|
||||
../boot/boot-stage-2.nix
|
||||
../etc/default.nix
|
||||
../installer/grub.nix
|
||||
../modules/installer/grub/grub.nix
|
||||
../modules/services/audio/alsa.nix
|
||||
../modules/services/audio/pulseaudio.nix
|
||||
../modules/services/databases/mysql.nix
|
||||
|
@ -438,13 +438,13 @@ in
|
|||
../modules/services/x11/xserver/default.nix
|
||||
../system/activate-configuration.nix
|
||||
../system/assertion.nix
|
||||
../system/fonts.nix
|
||||
../modules/config/fonts.nix
|
||||
../system/i18n.nix
|
||||
../system/kernel.nix
|
||||
../system/nixos-environment.nix
|
||||
../system/nixos-installer.nix
|
||||
../system/nixos-security.nix
|
||||
../system/sudo.nix
|
||||
../modules/security/setuid-wrappers.nix
|
||||
../modules/security/sudo.nix
|
||||
../system/system-options.nix
|
||||
../system/unix-odbc-drivers.nix
|
||||
../system/users-groups.nix
|
||||
|
|
Loading…
Reference in a new issue