moving hardware.bluetooth to optional/desktop.nix

This commit is contained in:
2025-01-26 12:40:51 -05:00
parent b53f4ec8d8
commit 00852c019d
3 changed files with 5 additions and 14 deletions

View File

@@ -22,13 +22,6 @@
networkmanager.enable = true;
};
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
services.openssh.ports = [ 922 ];
system.stateVersion = "24.05";