diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-28 12:25:59 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-28 12:25:59 +0000 |
| commit | 4dc466108ea6be8e216922a7926f7bff27af22a6 (patch) | |
| tree | c3b02a0e2324abf3c579df58b9428bac3998fc9a | |
| parent | upgrade nixos (diff) | |
disabled bluetooth
Diffstat (limited to '')
| -rw-r--r-- | hosts/pad/hardware.nix | 4 | ||||
| -rw-r--r-- | hosts/station/hardware.nix | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/hosts/pad/hardware.nix b/hosts/pad/hardware.nix index 6b74c75..bcc20ab 100644 --- a/hosts/pad/hardware.nix +++ b/hosts/pad/hardware.nix @@ -1,9 +1,5 @@ { hardware = { - bluetooth = { - enable = false; - }; - graphics = { enable = true; }; diff --git a/hosts/station/hardware.nix b/hosts/station/hardware.nix index 3360a06..8f84745 100644 --- a/hosts/station/hardware.nix +++ b/hosts/station/hardware.nix @@ -7,9 +7,5 @@ rocmPackages.clr ]; }; - - bluetooth = { - enable = true; - }; }; } |
