Added: Podman
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
11
home/programs/podman.nix
Normal file
11
home/programs/podman.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user