Enable bluetooth by default on EDI

This commit is contained in:
Lillian Violet 2024-01-09 11:59:30 +01:00
parent e66151b26c
commit db25845e98

View file

@ -38,6 +38,9 @@
networking.hostName = "EDI";
# Enable bluetooth hardware
hardware.bluetooth.enable = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "unstable";
}