8 lines
100 B
Nix
8 lines
100 B
Nix
{ ... }:
|
|
{
|
|
services.dockerRegistry = {
|
|
enable = true;
|
|
listenAddress = "127.0.0.1";
|
|
};
|
|
}
|