5 lines
107 B
Nix
5 lines
107 B
Nix
{ ... }: {
|
|
environment.variables.DOCKER_CONFIG = ./docker;
|
|
virtualisation.docker.enable = true;
|
|
}
|