enable hdmi audio

This commit is contained in:
Lillian Violet 2024-12-09 00:57:49 +01:00
parent cdb1e80062
commit dd559197f1

View file

@ -241,6 +241,8 @@
"net.ipv4.ip_forward" = 1; "net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1; "net.ipv6.conf.all.forwarding" = 1;
}; };
# Enable audio devices
boot.kernelParams = ["snd_bcm2835.enable_hdmi=1" "snd_bcm2835.enable_headphones=1"];
# enable NAT # enable NAT
networking.nat.enable = true; networking.nat.enable = true;