[docker] sets the docker socket variable

This commit is contained in:
2025-05-12 17:27:09 -07:00
parent 4caddc6959
commit 8796f36a68

View File

@@ -3,7 +3,10 @@
virtualisation = { virtualisation = {
docker = { docker = {
enable = true; enable = true;
rootless.enable = true; rootless = {
enable = true;
setSocketVariable = true;
};
}; };
}; };