feat(kroma): enable bluetooth

This commit is contained in:
oddlama 2023-12-16 17:49:00 +01:00
parent 4e24271f08
commit 8d734287e2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 11 additions and 0 deletions

View file

@ -117,6 +117,14 @@ in {
[
"/var/lib/nixos"
]
++ optionals config.hardware.bluetooth.enable [
{
directory = "/var/lib/bluetooth";
#user = "acme";
#group = "acme";
#mode = "0755";
}
]
++ optionals config.security.acme.acceptTerms [
{
directory = "/var/lib/acme";

View file

@ -10,6 +10,7 @@
FastConnectable = "true";
JustWorksRepairing = "always";
MultiProfile = "multiple";
Enable = "Source,Sink,Media,Socket";
};
};
};