From ee586932a451ddd2600b68988910065679b3369d Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 22 Nov 2021 00:50:35 -0500 Subject: [PATCH] hosts/Infini-STICK: update to modules --- hosts/Infini-STICK/default.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/hosts/Infini-STICK/default.nix b/hosts/Infini-STICK/default.nix index ae462ea..4e4eec9 100644 --- a/hosts/Infini-STICK/default.nix +++ b/hosts/Infini-STICK/default.nix @@ -5,15 +5,6 @@ (with profiles; [ networking.wireless - (with hardware; [ - sound - (with gpu; [ - amdgpu - intel - nvidia - ]) - ]) - btrfs # services.privoxy @@ -27,7 +18,10 @@ modules = { boot.grub.enable = true; - hardware.form.portable = true; + hardware = { + audio.enable = true; + form.portable = true; + }; }; system.stateVersion = "21.11";