Compare commits

..

No commits in common. "ffa1c5a58985ac606220dd809358ad60c4fc3791" and "cf677ca343ce389fc380801c4604dd6b059dd77c" have entirely different histories.

3 changed files with 8 additions and 10 deletions

View file

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

View file

@ -6,8 +6,6 @@
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" ];