Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 12:46:11 +00:00 committed by GitHub
parent 1e8a639d2f
commit 08af369b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" = {