Further bluetooth configuration
This commit is contained in:
parent
d46d321142
commit
83829303b5
@ -88,6 +88,11 @@
|
|||||||
"mixer"
|
"mixer"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
users.groups.bluetooth = {
|
||||||
|
members = [
|
||||||
|
"mixer"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Xpra service
|
# Xpra service
|
||||||
systemd.user.services.xpra = {
|
systemd.user.services.xpra = {
|
||||||
@ -173,11 +178,13 @@
|
|||||||
# Create bluetooth A2DP source
|
# Create bluetooth A2DP source
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
disabledPlugins = [ "hostname" ];
|
||||||
settings.General = {
|
settings.General = {
|
||||||
|
Class = "0x040414";
|
||||||
Name = "Linox";
|
Name = "Linox";
|
||||||
|
JustWorksRepairing = "always";
|
||||||
DiscoverableTimeout = 0;
|
DiscoverableTimeout = 0;
|
||||||
AlwaysPairable = true;
|
AlwaysPairable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user