remove bluetooth fom bolty the host, as it's used inside of guests

This commit is contained in:
Cyryl Płotnicki 2023-11-18 15:01:14 +00:00
parent c2bcecf2af
commit 0d6977f908

View file

@ -28,10 +28,6 @@
networking.hostName = "bolty";
networking.hostId = "f05dd3b4";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.bluetooth = {
enable = true;
package = pkgs.bluezFull;
};
time.timeZone = "Europe/London";
}