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
mkIf config.services.pulseaudio.enable {
mkIf config.services.printing.enable {
require = [
options
];

View file

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