mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
alsa.nix: Add job description
This commit is contained in:
parent
36f5c97b49
commit
8e8bad96d4
@ -29,9 +29,9 @@ in
|
|||||||
|
|
||||||
enableOSSEmulation = mkOption {
|
enableOSSEmulation = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable ALSA OSS emulation (with certain cards sound mixing may not work!).
|
Whether to enable ALSA OSS emulation (with certain cards sound mixing may not work!).
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
@ -48,7 +48,9 @@ in
|
|||||||
boot.kernelModules = optional config.sound.enableOSSEmulation "snd_pcm_oss";
|
boot.kernelModules = optional config.sound.enableOSSEmulation "snd_pcm_oss";
|
||||||
|
|
||||||
jobs.alsa =
|
jobs.alsa =
|
||||||
{ startOn = "stopped udevtrigger";
|
{ description = "ALSA Volume Settings";
|
||||||
|
|
||||||
|
startOn = "stopped udevtrigger";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user