diff --git a/containers/frigate.nix b/containers/frigate.nix index 388acac..cefe0a8 100644 --- a/containers/frigate.nix +++ b/containers/frigate.nix @@ -23,7 +23,7 @@ frigate = ""; }; }; - private = false; - auth = true; + private = true; + auth = false; }; }