From 28ebefdf3345f1df201475dd3ab762f8dca0be0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 15 May 2023 23:49:23 +0200 Subject: [PATCH] audio-server: add comment to be reminded that things are working --- modules/audio-server.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/audio-server.nix b/modules/audio-server.nix index ec07b72a..f3c35164 100644 --- a/modules/audio-server.nix +++ b/modules/audio-server.nix @@ -80,6 +80,16 @@ let default-pipewire-pulse = lib.importJSON (pkgs.path + "/nixos/modules/services/desktops/pipewire/daemon/pipewire-pulse.conf.json"); in + # _____ _______ ____ _____ + # / ____|__ __/ __ \| __ \ + # | (___ | | | | | | |__) | + # \___ \ | | | | | | ___/ + # ____) | | | | |__| | | + # |_____/ |_| \____/|_| + # + # errors such as: + # mod.zeroconf-publish: error id:47 seq:349 res:-2 (No such file or directory): enum params id:16 (Spa:Enum:ParamId:ProcessLatency) failed + # are harmless and can be ignored. You most likely want to restart your local avahi-daemon: sudo systemctl restart avahi-daemon default-pipewire-pulse // { "context.exec" = default-pipewire-pulse."context.exec" ++ [ {