DockerRootless : Add missing config.
This commit is contained in:
parent
cb3259abe6
commit
ebcdd30fff
|
@ -1,4 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
|
environment.etc.docker.source = ./docker;
|
||||||
|
environment.variables.DOCKER_CONFIG = "/etc/docker";
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.docker.rootless = {
|
virtualisation.docker.rootless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Reference in a new issue