Separate podman/docker
This commit is contained in:
parent
2fe2f29c7d
commit
7f99961f76
2 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,4 @@
|
|||
{ ... }: {
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.containers.enable = true;
|
||||
|
||||
# Enable podman, but don't default to it
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = false;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
}
|
||||
|
|
7
nixos/features/virtualization/podman.nix
Normal file
7
nixos/features/virtualization/podman.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = false;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue