default.nix (113B)
1 { 2 hardware.bluetooth.enable = true; 3 environment.persistence."/fix".directories = [ "/var/lib/bluetooth" ]; 4 }