Update deprecated podman settings.
This commit is contained in:
@@ -34,7 +34,9 @@
|
|||||||
# Write config files in /etc/containers
|
# Write config files in /etc/containers
|
||||||
virtualisation.containers.enable = true;
|
virtualisation.containers.enable = true;
|
||||||
# By default this includes "quay.io" which leads to prompting for which registry to download from.
|
# By default this includes "quay.io" which leads to prompting for which registry to download from.
|
||||||
virtualisation.containers.registries.search = [ "docker.io" ];
|
virtualisation.containers.registries.settings = {
|
||||||
|
unqualified-search-registries = [ "docker.io" ];
|
||||||
|
};
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user