Enable docker on desktop

This commit is contained in:
Fern Garden 2025-09-08 18:57:18 +08:00
parent 1c88bd986b
commit 6b61374ba2

View file

@ -229,14 +229,12 @@ with lib; {
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["fern"]; users.groups.libvirtd.members = ["fern"];
users.groups.docker.members = ["fern"];
virtualisation = { virtualisation = {
spiceUSBRedirection.enable = true; spiceUSBRedirection.enable = true;
podman = { docker.enable = true;
enable = true;
dockerCompat = true;
};
libvirtd = { libvirtd = {
enable = true; enable = true;
@ -264,7 +262,6 @@ with lib; {
caligula caligula
celluloid celluloid
deploy-rs deploy-rs
distrobox
feishin feishin
fluffychat fluffychat
fusee-nano fusee-nano