code dump v1
This commit is contained in:
7
modules/virtualization/podman.nix
Normal file
7
modules/virtualization/podman.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{...}: {
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerSocket.enable = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user