added nixchace.raffauflabs.com cache to flake

This commit is contained in:
Aly Raffauf 2024-03-21 13:00:26 -04:00
parent 9c02475b09
commit 6375001ce3

View file

@ -27,6 +27,15 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
}; };
nixConfig = {
extra-substituters = [
"https://nixcache.raffauflabs.com"
];
extra-trusted-public-keys = [
"nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8="
];
};
outputs = inputs@{ nixpkgs, home-manager, nixpkgs-unstable, home-manager-unstable, nixos-hardware, ... }: { outputs = inputs@{ nixpkgs, home-manager, nixpkgs-unstable, home-manager-unstable, nixos-hardware, ... }: {
nixosConfigurations = { nixosConfigurations = {