[docker dev] Remove rootless mode because some apps (Bambu Studio) do not work in rootless mode

This commit is contained in:
2025-10-07 16:57:12 -07:00
parent 3b8e38e702
commit a13e8cea19

View File

@@ -3,11 +3,14 @@
virtualisation = { virtualisation = {
docker = { docker = {
enable = true; enable = true;
rootless = { # rootless = {
enable = true; # enable = true;
setSocketVariable = true; # setSocketVariable = true;
}; # };
}; };
# Do not use Podman in Wayland/Hyperland. It will crash the session. Very annoying.
# podman.enable = true;
}; };
hardware.nvidia-container-toolkit.enable = true; hardware.nvidia-container-toolkit.enable = true;