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;