Kieran's opinionated (and probably slightly dumb) nix config

bug: remove bluetooth pirewire config

Changed files
-10
moonlark
-10
moonlark/configuration.nix
···
jack.enable = true;
};
-
# bluetooth pipewire
-
services.pipewire.wireplumber.extraConfig.bluetoothEnhancements = {
-
"monitor.bluez.properties" = {
-
"bluez5.enable-sbc-xq" = true;
-
"bluez5.enable-msbc" = true;
-
"bluez5.enable-hw-volume" = true;
-
"bluez5.roles" = [ "hsp_hs" "hsp_ag" "hfp_hf" "hfp_ag" ];
-
};
-
};
-
# This setups a SSH server. Very important if you're setting up a headless system.
# Feel free to remove if you don't need it.
services.openssh = {