From 1e8a639d2fba50a99e0ac2139a51b62e5475b7ff Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 12:45:32 +0000 Subject: [PATCH] Update go2rtc.nix --- services/go2rtc.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/services/go2rtc.nix b/services/go2rtc.nix index 56dec65..629c095 100644 --- a/services/go2rtc.nix +++ b/services/go2rtc.nix @@ -7,16 +7,16 @@ backend = "docker"; # --- Authelia --- - containers."authelia" = { - image = "authelia/authelia:latest"; - volumes = [ - "/home/fred/docker/authelia/config.yml:/config/configuration.yml:ro" - "/home/fred/docker/authelia/users_database.yml:/config/users_database.yml:ro" - "/home/fred/docker/authelia/secrets:/secrets:ro" - ]; - ports = [ "9091:9091" ]; - extraOptions = [ "--restart" "unless-stopped" ]; - }; + #containers."authelia" = { + # image = "authelia/authelia:latest"; + # volumes = [ + # "/home/fred/docker/authelia/config.yml:/config/configuration.yml:ro" + # "/home/fred/docker/authelia/users_database.yml:/config/users_database.yml:ro" + # "/home/fred/docker/authelia/secrets:/secrets:ro" + # ]; + # ports = [ "9091:9091" ]; + # extraOptions = [ "--restart" "unless-stopped" ]; + #}; # --- Go2RTC --- containers."go2rtc" = {