mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
treewide: remove redundant quotes
This commit is contained in:
parent
fe9c9f719d
commit
35d68ef143
293 changed files with 860 additions and 860 deletions
|
@ -99,7 +99,7 @@ in
|
|||
|
||||
boot.kernelModules = optional config.sound.enableOSSEmulation "snd_pcm_oss";
|
||||
|
||||
systemd.services."alsa-store" =
|
||||
systemd.services.alsa-store =
|
||||
{ description = "Store Sound Card State";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
unitConfig.RequiresMountsFor = "/var/lib/alsa";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue