nix/sini: enable docker registry service
Anirudh Oppiliappan x@icyphox.sh
Sun, 16 Jun 2024 23:53:06 +0300
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
hosts/sini/configuration.nix
→
hosts/sini/configuration.nix
@@ -98,6 +98,12 @@ services.k3s = {
enable = true; }; + services.dockerRegistry = { + enable = true; + listenAddress = "0.0.0.0"; + port = 5000; + }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; system.stateVersion = "24.05"; }