Fixes jack failing to find audio device.

This commit is contained in:
Bailey Stevens 2023-10-03 19:11:54 -04:00
parent 0a2a018fc3
commit ffa1c5a589

View file

@ -6,6 +6,8 @@
nixpkgs.hostPlatform.system = "aarch64-linux";
sdImage.imageName = "orange.img";
services.jack.jackd.extraOptions = [ "-dalsa" "--device" "hw:Device" ];
boot.loader.raspberryPi.version = 4;
boot.supportedFilesystems = lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs" ];