Make podman enablement a personal module

Podman needs some configuration, so I'm splitting it out to its own
module
This commit is contained in:
Greg Hellings
2025-05-14 21:22:13 -05:00
parent decb2f50a4
commit b7d66709ca
6 changed files with 84 additions and 70 deletions
+1 -1
View File
@@ -28,6 +28,7 @@
greg = {
home = true;
gnome.enable = true;
podman.enable = true;
print.enable = true;
tailscale.enable = true;
vmdev = {
@@ -52,7 +53,6 @@
};
virtualisation = {
podman.enable = true;
oci-containers.backend = "podman";
};
}