fix copy paste error

reported by Nicolas

svn path=/nixos/branches/modular-nixos/; revision=15221
This commit is contained in:
Marc Weber 2009-04-21 19:26:47 +00:00
parent 8ddf34fa3d
commit 7cb7349747
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ let
in
mkIf config.services.sshd.enable {
mkIf config.services.nfsKernel.enable {
require = [
options
];