Revert "allow out-of-tree nixos modules"

This reverts commit b609ff4fcf.

It turns out this can just be done using "require".
This commit is contained in:
Mathijs Kwik
2012-07-21 18:30:58 +02:00
parent b609ff4fcf
commit 26bf696350
2 changed files with 3 additions and 7 deletions

View File

@@ -35,7 +35,6 @@ in
# Environment variables to keep for root and %wheel.
Defaults:root,%wheel env_keep+=LOCALE_ARCHIVE
Defaults:root,%wheel env_keep+=NIX_PATH
Defaults:root,%wheel env_keep+=NIXOS_EXTRA_MODULES
Defaults:root,%wheel env_keep+=TERMINFO_DIRS
# Keep SSH_AUTH_SOCK so that pam_ssh_agent_auth.so can do its magic.