installer: add substituter

This commit is contained in:
Primrose 2025-04-10 23:07:12 +02:00
parent dbb412f5d1
commit 9abb32c4fa
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -14,6 +14,13 @@ in
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
];
nix.settings = {
extra-substituters = ["https://leana8959.cachix.org"];
extra-trusted-substituters = ["https://leana8959.cachix.org"];
extra-trusted-public-keys = ["leana8959.cachix.org-1:CxQSAp8lcgMv8Me459of0jdXRW2tcyeYRKTiiUq8z0M="];
experimental-features = ["nix-command" "flakes"];
};
nixpkgs = {
hostPlatform = system;
overlays = [self.overlays.default self.overlays.packages'];