Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
08b0c623a7ddb99d90735561b4706dd708177479
/
.
/
modules
/
bluetooth.nix
blob: c8432ea5c42a5ea328e89586b90fb1d6a6b3d116 [
file
] [
log
] [
blame
]
{
config
=
{
hardware
.
bluetooth
.
enable
=
true
;
environment
.
persistence
.
"/nix/persist"
.
directories
=
[
"/var/lib/bluetooth"
];
};
}