Compare commits
2 commits
cf677ca343
...
ffa1c5a589
Author | SHA1 | Date | |
---|---|---|---|
Bailey Stevens | ffa1c5a589 | ||
Bailey Stevens | 0a2a018fc3 |
14
flake.lock
14
flake.lock
|
@ -112,17 +112,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1696136260,
|
"lastModified": 1696315290,
|
||||||
"narHash": "sha256-GLtfslW60UdOHAslglZ3TTYy/ZxyJrCLys0CALwBlVY=",
|
"narHash": "sha256-f7eaPugdCv6feuxUkJS3PcCpTLpnDMqiVCB/z6kl1rE=",
|
||||||
"ref": "refs/heads/api",
|
"ref": "refs/heads/main",
|
||||||
"rev": "cba0e07414a902009fd7979dcc9532ff39a7aa08",
|
"rev": "b42e9094ec6a6b634b5214b93901d17253ba495e",
|
||||||
"revCount": 28,
|
"revCount": 41,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/mtxyz/Projects/andisco"
|
"url": "https://fem.mint.lgbt/theotheroracle/mmelodies.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://fem.mint.lgbt/theotheroracle/andisco.git"
|
"url": "https://fem.mint.lgbt/theotheroracle/mmelodies.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"napalm": {
|
"napalm": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
|
||||||
colmena.url = "github:zhaofengli/colmena";
|
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";
|
mmelodies.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||||
sdImage.imageName = "orange.img";
|
sdImage.imageName = "orange.img";
|
||||||
|
|
||||||
|
services.jack.jackd.extraOptions = [ "-dalsa" "--device" "hw:Device" ];
|
||||||
|
|
||||||
boot.loader.raspberryPi.version = 4;
|
boot.loader.raspberryPi.version = 4;
|
||||||
boot.supportedFilesystems = lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs" ];
|
boot.supportedFilesystems = lib.mkForce [ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue