mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Add Hydra as a substituter
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
2ca3b3f6d1
commit
57087a3400
|
@ -11,6 +11,13 @@ in
|
|||
n: flake: {inherit flake;}
|
||||
);
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://cache.nixos.org/"
|
||||
"https://hydra.redalder.org/"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"redalder-nix-cache-1:8t4zBJWgVtrfAOJ45iNHEqA/dDFV47Sr1sGa8ME9ru0="
|
||||
];
|
||||
experimental-features = [ "flakes" "nix-command" ];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue