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