hardware/form: move raspi configuration

This commit is contained in:
Infinidoge 2021-11-21 14:06:42 -05:00
parent 42da2c9f8c
commit c18b633ea9
3 changed files with 36 additions and 38 deletions

View file

@ -5,12 +5,9 @@
])
(with profiles; [
(with hardware; [
rpi
wireless
])
networking.wireless
])
];
modules.hardware.form.raspi = true;
}