l snapclient: use hostname as id
This commit is contained in:
parent
3e9f8a0cf0
commit
bb29da9207
@ -3,7 +3,7 @@
|
||||
systemd.services.snapclient = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ pkgs.snapcast ];
|
||||
script = "snapclient -h 10.42.0.1";
|
||||
script = "snapclient -h 10.42.0.1 --hostID ${config.networking.hostName}";
|
||||
serviceConfig = {
|
||||
DynamicUser = true;
|
||||
Group = "pipewire";
|
||||
|
Loading…
Reference in New Issue
Block a user