Remove quay registry to prevent annoying choice dialog.
This commit is contained in:
parent
00aba1d288
commit
19e683ec3c
@ -43,6 +43,10 @@
|
|||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.containers = {
|
||||||
|
registries.search = [ "docker.io" ];
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.lxd.enable = true;
|
virtualisation.lxd.enable = true;
|
||||||
virtualisation.lxd.recommendedSysctlSettings = true;
|
virtualisation.lxd.recommendedSysctlSettings = true;
|
||||||
virtualisation.lxc.lxcfs.enable = true;
|
virtualisation.lxc.lxcfs.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user