Installer: add trusted nix caches
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user