sarek: docker -> podman
This commit is contained in:
parent
518d217500
commit
99595e276c
|
@ -31,8 +31,13 @@
|
||||||
|
|
||||||
sops.defaultSopsFile = ../../secrets/sarek/sarek.yaml;
|
sops.defaultSopsFile = ../../secrets/sarek/sarek.yaml;
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.podman = {
|
||||||
virtualisation.oci-containers.backend = "docker";
|
enable = true;
|
||||||
|
dockerCompat = true; # Make `docker` shell alias
|
||||||
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
virtualisation.oci-containers.backend = "podman";
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue