Fixes jack failing to find audio device.
This commit is contained in:
parent
0a2a018fc3
commit
ffa1c5a589
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue