flake: remove alsa-store

This commit is contained in:
Dmitriy Pleshevskiy 2024-12-15 16:45:09 +03:00
parent 19001ae122
commit 11becc35cb
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -86,9 +86,6 @@
(hostname: machine: pkgs.writeShellScript "switch/${hostname}" ''
set -e
${nixos-rebuild}/bin/nixos-rebuild switch --flake .#${hostname} $@
${lib.optionalString machine.config.hardware.pulseaudio.systemWide ''
systemctl restart alsa-store.service
''}
'')
localMachines);
});