mirror of
https://github.com/kmein/niveum
synced 2026-03-21 20:31:07 +01:00
chore: move configs to system directories
This commit is contained in:
14
systems/zaatar/pulseaudio.nix
Normal file
14
systems/zaatar/pulseaudio.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
sound.enable = true;
|
||||
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
systemWide = true;
|
||||
tcp = {
|
||||
enable = true;
|
||||
anonymousClients.allowedIpRanges = [ "127.0.0.1" "10.243.2.0/24" "192.168.0.0/16" ];
|
||||
};
|
||||
zeroconf.publish.enable = true;
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 4713 ];
|
||||
}
|
||||
Reference in New Issue
Block a user