enable podman

This commit is contained in:
illustris 2024-02-16 09:58:15 +05:30
parent 5b5d66b5ac
commit 07776939c1
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -211,6 +211,10 @@
daemon.settings.bip = "192.168.9.0/22";
};
libvirtd.enable = false;
podman = {
enable = true;
enableNvidia = true;
};
};
xdg.portal.enable = true;