diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 21:29:24 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 21:29:24 +0100 |
| commit | db8a98ea19fee395d6beb4dd16b2b2eb8a307b6a (patch) | |
| tree | 257e39e6dde2eed6a49b0b09e525c70a433925dc /modules/nixos/base/networking.nix | |
| parent | a7f904c176b95e384459a72d740c51e68b01e69b (diff) | |
remove old bluetooth config
Diffstat (limited to 'modules/nixos/base/networking.nix')
| -rw-r--r-- | modules/nixos/base/networking.nix | 14 |
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; - }; - }; } |
