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