1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(pulseaudio): sink zaatar

This commit is contained in:
2021-03-23 20:28:08 +01:00
parent 08ce7749b5
commit e3f3e4045a
2 changed files with 22 additions and 0 deletions

View File

@@ -15,6 +15,18 @@
<niveum/configs/mail/fetcher.nix>
{
sound.enable = true;
hardware.pulseaudio = {
enable = true;
systemWide = true;
extraConfig = ''
load-module ${toString [
"module-native-protocol-tcp"
"auth-ip-acl=127.0.0.1;10.243.2.0/24;192.168.0.0/16"
]}
'';
};
networking.firewall.allowedTCPPorts = [ 4713 ];
}
{
environment.systemPackages =