restart only alsa-store instead of pulseaudio
This commit is contained in:
parent
b6d04c928e
commit
2764bc463d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
set -e
|
set -e
|
||||||
${nixos-rebuild}/bin/nixos-rebuild switch --flake .#${hostname} $@
|
${nixos-rebuild}/bin/nixos-rebuild switch --flake .#${hostname} $@
|
||||||
${lib.optionalString machine.config.hardware.pulseaudio.systemWide ''
|
${lib.optionalString machine.config.hardware.pulseaudio.systemWide ''
|
||||||
systemctl restart pulseaudio.service
|
systemctl restart alsa-store.service
|
||||||
''}
|
''}
|
||||||
'')
|
'')
|
||||||
localMachines);
|
localMachines);
|
||||||
|
|
Loading…
Reference in a new issue