feat(flake): orpheus SD CARD

This commit is contained in:
Mohammad Rafiq 2025-04-02 21:39:15 +08:00
parent a5967298e7
commit e57af70da8
No known key found for this signature in database
2 changed files with 64 additions and 4 deletions

View file

@ -13,7 +13,13 @@
trusted-users = [ "@wheel" ];
# Add binary caches to avoid having to compile them
substituters = [ "https://nix-community.cachix.org" ];
trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ];
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}