Power off bluetooth at boot

This commit is contained in:
Tibo De Peuter 2023-11-10 11:04:15 +01:00
parent 3be4dc3422
commit 5f0934bf39

View file

@ -64,7 +64,10 @@
zsh.enable = true;
};
hardware.bluetooth.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
networking.hostName = "Tibo-NixFat";