* Idem.
svn path=/nixos/branches/modular-nixos/; revision=15724
This commit is contained in:
parent
94993518d7
commit
6e066c8e1d
@ -129,7 +129,7 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
|
|
||||||
mkIf config.services.pulseaudio.enable {
|
mkIf config.services.printing.enable {
|
||||||
require = [
|
require = [
|
||||||
options
|
options
|
||||||
];
|
];
|
||||||
|
@ -90,9 +90,8 @@ in
|
|||||||
|
|
||||||
###### implementation
|
###### implementation
|
||||||
|
|
||||||
mkIf config.services.pulseaudio.enable {
|
{
|
||||||
require = [
|
require = [
|
||||||
options
|
options
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user