From 0faab61f6800730794a56944c5b561a24259a8a3 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Mon, 1 Sep 2025 02:42:20 -0400 Subject: [PATCH] generation 509 25.11.20250714.62e0f05 --- system/system-server.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system/system-server.nix b/system/system-server.nix index 7b440ef..3cd24a6 100644 --- a/system/system-server.nix +++ b/system/system-server.nix @@ -44,6 +44,13 @@ --insecure-registry 100.125.181.75:5000 ''; + services.containerd.registryMirrors = { + # Replace with your registry's address and port + "100.125.181.75:5000" = { + endpoint = ["http://100.125.181.75:5000"]; + }; + }; + programs.nix-ld.enable = true; virtualisation.libvirtd.enable = true;