Installer: add trusted nix caches
This commit is contained in:
@@ -8,6 +8,8 @@ let
|
|||||||
imports = [
|
imports = [
|
||||||
./iwd.nix
|
./iwd.nix
|
||||||
self.nixosModules.installer
|
self.nixosModules.installer
|
||||||
|
# Allow to download pre-build binaries from our nix caches
|
||||||
|
self.clanModules.trusted-nix-caches
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = config.system.nixos.version;
|
system.stateVersion = config.system.nixos.version;
|
||||||
|
|||||||
Reference in New Issue
Block a user