use docker rootless

This commit is contained in:
Noa Aarts 2024-05-11 19:27:30 +02:00
parent c2c8d428ff
commit 252f14287b

View file

@ -253,7 +253,13 @@ rec {
'');
};
virtualisation.docker.enable = true;
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
boot.kernelModules = [
"v4l2loopback"