this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf(k3s): use airgap images

Khue Doan c61782d6 e1e05c64

+10
+10
infra/_modules/nixos/profiles/k3s-agent.nix
··· 19 19 enable = true; 20 20 role = "agent"; 21 21 tokenFile = config.sops.secrets.k3s_token.path; 22 + images = [ 23 + config.services.k3s.package.airgap-images 24 + # TODO other images too, e.g.: 25 + # (pkgs.dockerTools.pullImage { 26 + # imageName = "docker.io/bitnami/keycloak"; 27 + # imageDigest = "sha256:714dfadc66a8e3adea6609bda350345bd3711657b7ef3cf2e8015b526bac2d6b"; 28 + # hash = "sha256-IM2BLZ0EdKIZcRWOtuFY9TogZJXCpKtPZnMnPsGlq0Y="; 29 + # finalImageTag = "21.1.2-debian-11-r0"; 30 + # }) 31 + ]; 22 32 }; 23 33 }; 24 34 }