feat: switch to mullvadvpn, switch to docker
This commit is contained in:
parent
36ace852a8
commit
720d341cca
8 changed files with 21 additions and 21 deletions
|
|
@ -3,6 +3,7 @@
|
|||
# virt-manager
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
/*
|
||||
podman = {
|
||||
enable = true;
|
||||
# create a `docker` alias for podman, to use it as a drop-in replacement
|
||||
|
|
@ -10,8 +11,13 @@
|
|||
# required for containers under podman-compose to be able to talk to each other.
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
*/
|
||||
docker = {
|
||||
enable = true;
|
||||
};
|
||||
oci-containers = {
|
||||
backend = "podman";
|
||||
backend = "docker";
|
||||
# backend = "podman";
|
||||
};
|
||||
containers = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue