Power off bluetooth at boot

This commit is contained in:
Tibo De Peuter 2023-11-10 11:04:15 +01:00
parent 6702c31d83
commit 401d667acf

View file

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