Switch back to docker from podman

This commit is contained in:
2026-01-28 22:58:08 -05:00
parent 547cf04c2d
commit 401d2d25af

View File

@@ -108,8 +108,6 @@
unstable.ktailctl
unstable.mcpelauncher-ui-qt
unstable.obsidian
unstable.podman
unstable.podman-compose
unstable.podman-desktop
unstable.ryubing
unstable.signal-desktop-bin
@@ -254,8 +252,9 @@
users.users.dave = {
isNormalUser = true;
extraGroups = [
"wheel"
"docker"
"libvirtd"
"wheel"
];
shell = pkgs.fish;
};
@@ -473,7 +472,7 @@
};
virtualisation = {
podman.enable = true;
docker.enable = true;
libvirtd = {
enable = true;
qemu.swtpm.enable = true;