Compare commits
No commits in common. "ef7c1de49a969ffd7d9ff5896b3670a36c93e0ea" and "ff5a54107128e0ec8155db5347faebc1ffd7544b" have entirely different histories.
ef7c1de49a
...
ff5a541071
|
@ -1,6 +0,0 @@
|
|||
# Enable the visualiser in ncmpcpp
|
||||
self: super: {
|
||||
ncmpcpp = super.ncmpcpp.override {
|
||||
visualizerSupport = true;
|
||||
};
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
# NixOps configuration for the hosts running a TURN server (coturn)
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
networking = {
|
||||
enableIPv6 = true;
|
||||
tempAddresses = "disabled";
|
||||
};
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
# Common configuration for pipewire on MIO desktops
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
|
||||
bluez_monitor.properties = {
|
||||
["bluez5.enable-sbc-xq"] = true,
|
||||
["bluez5.enable-msbc"] = true,
|
||||
["bluez5.enable-hw-volume"] = true,
|
||||
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
sound.enable = true; # Enable sound.
|
||||
}
|
Loading…
Reference in a new issue