summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-10-16 20:35:18 +0300
committerNikolay Amiantov <ab@fmap.me>2015-10-18 18:41:11 +0300
commitc81fb457c9f505c8093000f522df24b7482d0cb7 (patch)
treed281117b1a378d39edf46389051ba8f091c2ddbd /nixos/modules/module-list.nix
parentcdc7e23e38caa11d42612734b90bf033619b2822 (diff)
downloadnixpkgs-c81fb457c9f505c8093000f522df24b7482d0cb7.tar
nixpkgs-c81fb457c9f505c8093000f522df24b7482d0cb7.tar.gz
nixpkgs-c81fb457c9f505c8093000f522df24b7482d0cb7.tar.bz2
nixpkgs-c81fb457c9f505c8093000f522df24b7482d0cb7.tar.lz
nixpkgs-c81fb457c9f505c8093000f522df24b7482d0cb7.tar.xz
nixpkgs-c81fb457c9f505c8093000f522df24b7482d0cb7.tar.zst
nixpkgs-c81fb457c9f505c8093000f522df24b7482d0cb7.zip
nixos/initrd-network: add new module
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 2dafd19e0b4..fc95f7a8e91 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -436,6 +436,7 @@
   ./system/activation/top-level.nix
   ./system/boot/coredump.nix
   ./system/boot/emergency-mode.nix
+  ./system/boot/initrd-network.nix
   ./system/boot/kernel.nix
   ./system/boot/kexec.nix
   ./system/boot/loader/efi.nix