hosts/Infini-STICK: update to modules

This commit is contained in:
Infinidoge 2021-11-22 00:50:35 -05:00
parent d71ee4073c
commit ee586932a4

View file

@ -5,15 +5,6 @@
(with profiles; [ (with profiles; [
networking.wireless networking.wireless
(with hardware; [
sound
(with gpu; [
amdgpu
intel
nvidia
])
])
btrfs btrfs
# services.privoxy # services.privoxy
@ -27,7 +18,10 @@
modules = { modules = {
boot.grub.enable = true; boot.grub.enable = true;
hardware.form.portable = true; hardware = {
audio.enable = true;
form.portable = true;
};
}; };
system.stateVersion = "21.11"; system.stateVersion = "21.11";