mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
alsa.nix: Add job description
This commit is contained in:
parent
36f5c97b49
commit
8e8bad96d4
@ -29,9 +29,9 @@ in
|
||||
|
||||
enableOSSEmulation = mkOption {
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to enable ALSA OSS emulation (with certain cards sound mixing may not work!).
|
||||
'';
|
||||
description = ''
|
||||
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";
|
||||
|
||||
jobs.alsa =
|
||||
{ startOn = "stopped udevtrigger";
|
||||
{ description = "ALSA Volume Settings";
|
||||
|
||||
startOn = "stopped udevtrigger";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user