fix(nix): move podman and distrobox to virtualisation options

This commit is contained in:
Mohammad Rafiq 2025-07-09 04:51:07 +08:00
parent e9816ab8e2
commit 1c1c47d7a1
No known key found for this signature in database

View file

@ -26,9 +26,11 @@
machine = {
bluetooth.enable = true;
usb.automount = true;
virtualisation = {
podman.enable = true;
podman.distrobox.enable = true;
};
};
server.web-apps = {
comfy-ui.enable = true;
sd-webui-forge.enable = true;