svn path=/nixos/branches/modular-nixos/; revision=15724
This commit is contained in:
Eelco Dolstra 2009-05-25 13:55:36 +00:00
parent 94993518d7
commit 6e066c8e1d
2 changed files with 2 additions and 3 deletions

View file

@ -129,7 +129,7 @@ let
in in
mkIf config.services.pulseaudio.enable { mkIf config.services.printing.enable {
require = [ require = [
options options
]; ];

View file

@ -90,9 +90,8 @@ in
###### implementation ###### implementation
mkIf config.services.pulseaudio.enable { {
require = [ require = [
options options
]; ];
} }