From 01692a4eee5f66da34196998986e91496fef7d6b Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Wed, 31 May 2023 17:26:17 +0200 Subject: [PATCH] disable docker registries --- nixos/hosts/hades/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nixos/hosts/hades/default.nix b/nixos/hosts/hades/default.nix index 7670659a..6945a4ef 100644 --- a/nixos/hosts/hades/default.nix +++ b/nixos/hosts/hades/default.nix @@ -136,19 +136,19 @@ mac = "12:fa:24:02:65:e6"; nix = false; }; - "docker-registry-proxy" = { - ip = "192.168.0.128"; - mac = "0e:11:65:62:66:9f"; - }; + # "docker-registry-proxy" = { + # ip = "192.168.0.128"; + # mac = "0e:11:65:62:66:9f"; + # }; "hassio" = { ip = "192.168.0.129"; mac = "e6:80:32:fb:00:75"; nix = false; }; - "docker-registry" = { - ip = "192.168.0.130"; - mac = "5e:0e:a6:cf:64:70"; - }; + # "docker-registry" = { + # ip = "192.168.0.130"; + # mac = "5e:0e:a6:cf:64:70"; + # }; "minecraft" = { ip = "192.168.0.131"; mac = "00:0c:29:9b:e1:c4";