Enable bluetooth by default on EDI
This commit is contained in:
parent
35eb1935af
commit
d76d21a39b
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue