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:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user