Compare commits

...

2 commits

Author SHA1 Message Date
Bailey Stevens ffa1c5a589 Fixes jack failing to find audio device. 2023-10-03 19:11:54 -04:00
Bailey Stevens 0a2a018fc3 Updated repository url. 2023-10-03 13:20:16 -04:00
3 changed files with 10 additions and 8 deletions

View file

@ -112,17 +112,17 @@
]
},
"locked": {
"lastModified": 1696136260,
"narHash": "sha256-GLtfslW60UdOHAslglZ3TTYy/ZxyJrCLys0CALwBlVY=",
"ref": "refs/heads/api",
"rev": "cba0e07414a902009fd7979dcc9532ff39a7aa08",
"revCount": 28,
"lastModified": 1696315290,
"narHash": "sha256-f7eaPugdCv6feuxUkJS3PcCpTLpnDMqiVCB/z6kl1rE=",
"ref": "refs/heads/main",
"rev": "b42e9094ec6a6b634b5214b93901d17253ba495e",
"revCount": 41,
"type": "git",
"url": "file:///home/mtxyz/Projects/andisco"
"url": "https://fem.mint.lgbt/theotheroracle/mmelodies.git"
},
"original": {
"type": "git",
"url": "https://fem.mint.lgbt/theotheroracle/andisco.git"
"url": "https://fem.mint.lgbt/theotheroracle/mmelodies.git"
}
},
"napalm": {

View file

@ -7,7 +7,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
colmena.url = "github:zhaofengli/colmena";
mmelodies.url = "git+https://fem.mint.lgbt/theotheroracle/andisco.git";
mmelodies.url = "git+https://fem.mint.lgbt/theotheroracle/mmelodies.git";
mmelodies.inputs.nixpkgs.follows = "nixpkgs";
};

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" ];