home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 280fa3c0abfbec7bf637c5bd30dc06968286a685
parent ecbab082b31977ae4e3bd5a6c1a7ad29679fce96
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  9 Nov 2020 15:26:47 +0100

systems/sakhalin: enable docker registry

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/sakhalin.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/systems/sakhalin.nix b/systems/sakhalin.nix @@ -102,6 +102,11 @@ in domain = "nix.cache.home"; aliases = [ "cache.sakhalin.home" ]; }; + dockerRegistry = { + enable = true; + listenAddress = "0.0.0.0"; + enableGarbageCollect = true; + }; bind = { enable = true; forwarders = [ "8.8.8.8" "8.8.4.4" ];