audio fix

Changed files
+5
hosts
gecko
+5
hosts/gecko/default.nix
···
# https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online.enable = false;
}
···
# https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online.enable = false;
+
+
# https://github.com/NixOS/nixpkgs/issues/330685
+
boot.extraModprobeConfig =''
+
options snd-hda-intel dmic_detect=0
+
'';
}