Make podman a separate module

We're going to hide more in there.
This commit is contained in:
Eli Ribble 2025-07-17 19:57:07 +00:00
parent 3228b54092
commit 07d3b9d35e
3 changed files with 11 additions and 1 deletions

View file

@ -7,6 +7,6 @@
myModules = {
cloud-init.enable = true;
do-agent.enable = true;
podman.enable = true;
};
virtualisation.podman.enable = true;
}