From 435dfa170b7bbabc11e3f35c36e8ee1746b6b3f1 Mon Sep 17 00:00:00 2001 From: kalipso Date: Thu, 24 Oct 2024 13:33:49 +0200 Subject: [PATCH] [lucia] disable pulse --- machines/lucia/configuration.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/machines/lucia/configuration.nix b/machines/lucia/configuration.nix index bb867c1f..f0164bda 100644 --- a/machines/lucia/configuration.nix +++ b/machines/lucia/configuration.nix @@ -173,7 +173,7 @@ in mpv ncmpcpp ncpamixer - pulseaudio + # pulseaudio vim htop wget @@ -182,19 +182,19 @@ in nix-tree ]; - hardware.pulseaudio = { - enable = true; - systemWide = true; - tcp = { - enable = true; - anonymousClients.allowedIpRanges = [ - "127.0.0.0/8" - "192.168.1.0/24" - ]; - }; + #hardware.pulseaudio = { + # enable = true; + # systemWide = true; + # tcp = { + # enable = true; + # anonymousClients.allowedIpRanges = [ + # "127.0.0.0/8" + # "192.168.1.0/24" + # ]; + # }; - zeroconf.publish.enable = true; - }; + # zeroconf.publish.enable = true; + #}; services.avahi = { enable = true;