configure docker
This commit is contained in:
parent
09cdc0d68c
commit
33d01daa3d
1 changed files with 3 additions and 0 deletions
|
|
@ -44,5 +44,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.jdk17;
|
package = pkgs.jdk17;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
users.users.zoty.extraGroups = [ "docker" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue