aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 21:29:24 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 21:29:24 +0100
commitdb8a98ea19fee395d6beb4dd16b2b2eb8a307b6a (patch)
tree257e39e6dde2eed6a49b0b09e525c70a433925dc /modules
parenta7f904c176b95e384459a72d740c51e68b01e69b (diff)
remove old bluetooth config
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/base/networking.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/nixos/base/networking.nix b/modules/nixos/base/networking.nix
index 9d3a293..b1c22dd 100644
--- a/modules/nixos/base/networking.nix
+++ b/modules/nixos/base/networking.nix
@@ -3,18 +3,4 @@
{
networking.hostName = "kronos";
networking.networkmanager.enable = true;
-
- hardware.bluetooth = {
- enable = true;
- powerOnBoot = true;
- settings = {
- General = {
- Experimental = true;
- Enable = "Source,Sink,Media,Socket";
- AutoConnect = true;
- FastConnectabke = true;
- };
- Policy.AutoEnable = true;
- };
- };
}