added: rpi binary cache

This commit is contained in:
2026-05-25 20:59:33 +01:00
parent e1b14b3e07
commit a9e3deea08
+31 -32
View File
@@ -1,36 +1,35 @@
{ ... }: {...}: {
{
modules.nix = { modules.nix = {
nixos = nixos = {...}: {
{ ... }: nixpkgs.config.allowUnfree = true;
{ nix.settings = {
nixpkgs.config.allowUnfree = true; substituters = [
nix.settings = { "https://hyprland.cachix.org"
substituters = [ "https://nix-community.cachix.org"
"https://hyprland.cachix.org" "https://cache.nixos.org/"
"https://nix-community.cachix.org" "https://attic.scug.io/pkgs"
"https://cache.nixos.org/" "https://cache.nixos-cuda.org"
"https://attic.scug.io/pkgs" "https://niri.cachix.org"
"https://cache.nixos-cuda.org" "https://attic.xuyh0120.win/lantian"
"https://niri.cachix.org" "https://nixos-raspberrypi.cachix.org"
"https://attic.xuyh0120.win/lantian" ];
]; trusted-public-keys = [
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "pkgs:+sRbfiZMMX5R3PuAPtIRz/emowDoGZNpozibrnrAvuc="
"pkgs:+sRbfiZMMX5R3PuAPtIRz/emowDoGZNpozibrnrAvuc=" "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" "niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="
"niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964=" "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" "nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
]; ];
experimental-features = [ experimental-features = [
"flakes" "flakes"
"nix-command" "nix-command"
]; ];
trusted-users = [ trusted-users = [
"doloro" "doloro"
]; ];
};
}; };
};
}; };
} }