alsa.nix: Add job description
This commit is contained in:
parent
36f5c97b49
commit
8e8bad96d4
@ -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…
x
Reference in New Issue
Block a user