mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/personal-computer/wireless.nix
This commit is contained in:
2026-01-14 15:33:01 +07:00
parent 1ca6674a66
commit e7c049936c
2 changed files with 2 additions and 2 deletions

View File

@@ -10,11 +10,11 @@
]; ];
w = [ w = [
"sirius" "sirius"
"rana"
]; ];
b4l = [ b4l = [
"rigel" "rigel"
"neptune" "neptune"
"rana"
]; ];
phonebox = [ phonebox = [
"neptune" "neptune"

View File

@@ -1,4 +1,4 @@
{ {
networking.wireless.enable = true; networking.networkmanager.enable = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
} }