mtworx: fix audio!
Thanks 4588b90e67/hosts/carbon/configuration.nix (L19)
This commit is contained in:
parent
409ec4e5fd
commit
039bd308c9
@ -19,6 +19,10 @@ in
|
||||
boot = {
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
loader.systemd-boot.enable = true;
|
||||
|
||||
# 6.10+ to fix audio. Thanks https://github.com/ilian/cfg/blob/4588b90e674827304cd8e0b9d1aecd75416d1cde/hosts/carbon/configuration.nix#L19
|
||||
kernelPackages = pkgs.linuxPackages_6_10;
|
||||
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
"xhci_pci"
|
||||
@ -154,11 +158,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
sof-firmware
|
||||
alsa-utils
|
||||
];
|
||||
|
||||
users.extraGroups.vboxusers.members = [ "motiejus" ];
|
||||
|
||||
security.tpm2.enable = true;
|
||||
|
@ -189,6 +189,7 @@ in
|
||||
distrobox
|
||||
miniupnpc
|
||||
evolution
|
||||
alsa-utils
|
||||
shellcheck
|
||||
borgbackup
|
||||
efibootmgr
|
||||
|
Loading…
Reference in New Issue
Block a user