diff --git a/hosts/pipebert/default.nix b/hosts/pipebert/default.nix index 36539e5b..4a027d8d 100644 --- a/hosts/pipebert/default.nix +++ b/hosts/pipebert/default.nix @@ -17,6 +17,21 @@ systemd-boot.enable = true; }; + environment.etc."wireplumber/main.lua.d/50-rename.lua".text = /* lua */ '' + rule = { + matches = { + { + { "node.name", "equals", "alsa_output.usb-0c76_USB_PnP_Audio_Device-00.analog-stereo" }, + }, + }, + apply_properties = { + ["node.description"] = "Pipebert Audio Streaming", + }, + } + + table.insert(alsa_monitor.rules,rule) + ''; + networking = { domain = "hq.c3d2.de"; hostId = "5c4ed15a";