Remove quay registry to prevent annoying choice dialog.

This commit is contained in:
Gabriel Ebner 2021-08-27 18:26:04 +02:00
parent 00aba1d288
commit 19e683ec3c
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@
dockerCompat = true;
};
virtualisation.containers = {
registries.search = [ "docker.io" ];
};
virtualisation.lxd.enable = true;
virtualisation.lxd.recommendedSysctlSettings = true;
virtualisation.lxc.lxcfs.enable = true;