aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-11-17 13:21:56 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:56 +0300
commit2d027bc36d618d551c6bef7f4ecf498b286c719f (patch)
tree39209e42ebe9bbd23811ac073e79788983aea096 /nixos
parent31cc5ba1aefe61ef062ccf0dedbc20e723d415f0 (diff)
feat: remove the registry mirror
Diffstat (limited to 'nixos')
-rw-r--r--nixos/nixosModules/docker.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/nixosModules/docker.nix b/nixos/nixosModules/docker.nix
index 9dea596..0536d7e 100644
--- a/nixos/nixosModules/docker.nix
+++ b/nixos/nixosModules/docker.nix
@@ -14,9 +14,6 @@
base = "172.20.0.0/8";
size = 16;
}];
- registry-mirrors = [
- "https://huecker.io"
- ];
};
};
};