From b31d3214c75764df13780ceb877d53567689c56b Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 12:54:17 +0000 Subject: [PATCH] Update go2rtc.nix --- services/go2rtc.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/go2rtc.nix b/services/go2rtc.nix index 0abb2c3..afc2878 100644 --- a/services/go2rtc.nix +++ b/services/go2rtc.nix @@ -15,7 +15,6 @@ "/home/fred/docker/authelia/secrets:/secrets" ]; ports = [ "9091:9091" ]; - extraOptions = [ "--restart" "unless-stopped" ]; }; # --- Go2RTC --- @@ -25,7 +24,6 @@ "/home/fred/docker/go2rtc/config.yml:/config/config.yml:ro" ]; ports = [ "1984:1984" ]; - extraOptions = [ "--restart" "unless-stopped" ]; }; };