Fixed undefined variable : name when addind extraConfig.
This commit is contained in:
@@ -8,11 +8,13 @@ let
|
||||
# Helper
|
||||
helper = import ./lib.nix { inherit config pkgs lib; };
|
||||
cfg = config.numbus.services.frigate;
|
||||
# Container config
|
||||
name = "frigate";
|
||||
in
|
||||
|
||||
helper.mkPodmanService {
|
||||
inherit name;
|
||||
description = "Frigate, your fully-local NVR (Network Video Recorder)";
|
||||
name = "frigate";
|
||||
pod = "home-assistant";
|
||||
defaultPort = "8971";
|
||||
scheme = "https";
|
||||
|
||||
Reference in New Issue
Block a user