From 03e46fb8ae58c76bcef1a30e289857a8821aa5e2 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 13:32:10 +0000 Subject: [PATCH] Update go2rtc.nix --- services/go2rtc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/go2rtc.nix b/services/go2rtc.nix index 4fd4161..479e8ff 100644 --- a/services/go2rtc.nix +++ b/services/go2rtc.nix @@ -21,7 +21,7 @@ containers."go2rtc" = { image = "alexxit/go2rtc:latest"; volumes = [ - "/home/fred/docker/go2rtc/config.yml:/config/go2rtc.yaml:" + "/home/fred/docker/go2rtc/config.yml:/config/go2rtc.yaml" ]; ports = [ "1984:1984" ]; };