diff --git a/pkgs/installer/flake-module.nix b/pkgs/installer/flake-module.nix index 29c25e370..04cfb96ce 100644 --- a/pkgs/installer/flake-module.nix +++ b/pkgs/installer/flake-module.nix @@ -8,6 +8,8 @@ let imports = [ ./iwd.nix self.nixosModules.installer + # Allow to download pre-build binaries from our nix caches + self.clanModules.trusted-nix-caches ]; system.stateVersion = config.system.nixos.version;