Installer: add trusted nix caches

This commit is contained in:
Johannes Kirschbauer
2024-08-23 18:03:09 +02:00
parent a0307a29b8
commit 24483e6a13

View File

@@ -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;