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