Loading nixos/modules/services/video/frigate.nix +1 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,7 @@ in ]; serviceConfig = { ExecStart = "${cfg.package.python.interpreter} -m frigate"; Restart = "on-failure"; User = "frigate"; Group = "frigate"; Loading Loading
nixos/modules/services/video/frigate.nix +1 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,7 @@ in ]; serviceConfig = { ExecStart = "${cfg.package.python.interpreter} -m frigate"; Restart = "on-failure"; User = "frigate"; Group = "frigate"; Loading