mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(kroma): enable bluetooth
This commit is contained in:
parent
4e24271f08
commit
8d734287e2
4 changed files with 11 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
FastConnectable = "true";
|
||||
JustWorksRepairing = "always";
|
||||
MultiProfile = "multiple";
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue