Separate podman/docker
This commit is contained in:
parent
2fe2f29c7d
commit
7f99961f76
2 changed files with 7 additions and 7 deletions
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