[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 = {
|
||||
docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
# rootless = {
|
||||
# enable = 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;
|
||||
|
||||
Reference in New Issue
Block a user