use docker rootless
This commit is contained in:
parent
c2c8d428ff
commit
252f14287b
1 changed files with 7 additions and 1 deletions
|
|
@ -253,7 +253,13 @@ rec {
|
|||
'');
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot.kernelModules = [
|
||||
"v4l2loopback"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue