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

View file

@ -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/mmelodies.git"; mmelodies.url = "git+https://fem.mint.lgbt/theotheroracle/andisco.git";
mmelodies.inputs.nixpkgs.follows = "nixpkgs"; mmelodies.inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

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