enable rootless docker
This commit is contained in:
parent
15e6749bd6
commit
cc17fc4d7f
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
docker = {
|
||||
enable = true;
|
||||
package = pkgs.docker_26;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
kvmgt.enable = true;
|
||||
|
|
Loading…
Reference in a new issue