enable rootful docker too
This commit is contained in:
parent
63ba76dc75
commit
d41ef54a98
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
environment.systemPackages = [ pkgs.docker-credential-helpers ];
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
package = pkgs.docker_26;
|
||||
daemon.settings = {
|
||||
data-root = "/persist/docker";
|
||||
|
|
Loading…
Reference in a new issue