[docker dev] Remove rootless mode because some apps (Bambu Studio) do not work in rootless mode
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user