hosts: add hardware/wireless to needed hardware
This commit is contained in:
parent
7b96d94d6c
commit
9342bb7565
5 changed files with 8 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
(with hardware; [
|
(with hardware; [
|
||||||
sound
|
sound
|
||||||
gpu.nvidia
|
gpu.nvidia
|
||||||
|
wireless
|
||||||
])
|
])
|
||||||
|
|
||||||
btrfs
|
btrfs
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
sound
|
sound
|
||||||
laptop
|
laptop
|
||||||
gpu.intel
|
gpu.intel
|
||||||
|
wireless
|
||||||
])
|
])
|
||||||
|
|
||||||
# services.privoxy
|
# services.privoxy
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
])
|
])
|
||||||
|
|
||||||
(with profiles; [
|
(with profiles; [
|
||||||
hardware.rpi
|
(with hardware; [
|
||||||
|
rpi
|
||||||
|
wireless
|
||||||
|
])
|
||||||
|
|
||||||
networking.wireless
|
networking.wireless
|
||||||
])
|
])
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
nvidia
|
nvidia
|
||||||
])
|
])
|
||||||
laptop
|
laptop
|
||||||
|
wireless
|
||||||
])
|
])
|
||||||
|
|
||||||
btrfs
|
btrfs
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
sound
|
sound
|
||||||
gpu.amdgpu
|
gpu.amdgpu
|
||||||
laptop
|
laptop
|
||||||
|
wireless
|
||||||
])
|
])
|
||||||
|
|
||||||
btrfs
|
btrfs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue