* 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
|
let
|
||||||
|
|
||||||
grubMenuBuilder = pkgs.substituteAll {
|
grubMenuBuilder = pkgs.substituteAll {
|
||||||
src = ../installer/grub-menu-builder.sh;
|
src = ./grub-menu-builder.sh;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
inherit (pkgs) bash;
|
inherit (pkgs) bash;
|
||||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||||
@ -100,7 +100,7 @@ in
|
|||||||
options
|
options
|
||||||
|
|
||||||
# config.system.build
|
# config.system.build
|
||||||
../system/system-options.nix
|
# ../system/system-options.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system = {
|
system = {
|
@ -52,7 +52,7 @@ mkIf cfg.enable {
|
|||||||
options
|
options
|
||||||
|
|
||||||
# config.environment.etc
|
# config.environment.etc
|
||||||
../etc/default.nix
|
# ../etc/default.nix
|
||||||
|
|
||||||
# ? # config.environment.extraPackages
|
# ? # config.environment.extraPackages
|
||||||
# ? # config.security.extraSetuidPrograms
|
# ? # config.security.extraSetuidPrograms
|
||||||
@ -69,7 +69,7 @@ mkIf cfg.enable {
|
|||||||
|
|
||||||
etc = [
|
etc = [
|
||||||
{
|
{
|
||||||
source = ../etc/pam.d/sudo;
|
source = ./sudo.pam;
|
||||||
target = "pam.d/sudo";
|
target = "pam.d/sudo";
|
||||||
}
|
}
|
||||||
{
|
{
|
@ -382,7 +382,7 @@ in
|
|||||||
#../modules/hardware/network/intel-3945abg.nix
|
#../modules/hardware/network/intel-3945abg.nix
|
||||||
../boot/boot-stage-2.nix
|
../boot/boot-stage-2.nix
|
||||||
../etc/default.nix
|
../etc/default.nix
|
||||||
../installer/grub.nix
|
../modules/installer/grub/grub.nix
|
||||||
../modules/services/audio/alsa.nix
|
../modules/services/audio/alsa.nix
|
||||||
../modules/services/audio/pulseaudio.nix
|
../modules/services/audio/pulseaudio.nix
|
||||||
../modules/services/databases/mysql.nix
|
../modules/services/databases/mysql.nix
|
||||||
@ -438,13 +438,13 @@ in
|
|||||||
../modules/services/x11/xserver/default.nix
|
../modules/services/x11/xserver/default.nix
|
||||||
../system/activate-configuration.nix
|
../system/activate-configuration.nix
|
||||||
../system/assertion.nix
|
../system/assertion.nix
|
||||||
../system/fonts.nix
|
../modules/config/fonts.nix
|
||||||
../system/i18n.nix
|
../system/i18n.nix
|
||||||
../system/kernel.nix
|
../system/kernel.nix
|
||||||
../system/nixos-environment.nix
|
../system/nixos-environment.nix
|
||||||
../system/nixos-installer.nix
|
../system/nixos-installer.nix
|
||||||
../system/nixos-security.nix
|
../modules/security/setuid-wrappers.nix
|
||||||
../system/sudo.nix
|
../modules/security/sudo.nix
|
||||||
../system/system-options.nix
|
../system/system-options.nix
|
||||||
../system/unix-odbc-drivers.nix
|
../system/unix-odbc-drivers.nix
|
||||||
../system/users-groups.nix
|
../system/users-groups.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user