forked from mirrors_public/oddlama_nix-config
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue