enable rootful docker too

This commit is contained in:
Adithya 2024-06-21 22:08:59 +05:30
parent 63ba76dc75
commit d41ef54a98
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -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";