Fixed undefined variable : name when addind extraConfig.
This commit is contained in:
@@ -9,11 +9,13 @@ let
|
||||
# Helper
|
||||
helper = import ./lib.nix { inherit config pkgs lib; };
|
||||
cfg = config.numbus.services.passbolt;
|
||||
# Container config
|
||||
name = "passbolt";
|
||||
in
|
||||
|
||||
helper.mkPodmanService {
|
||||
inherit name;
|
||||
description = "Passbolt, your password manager";
|
||||
name = "passbolt";
|
||||
pod = "passbolt";
|
||||
defaultPort = "4433";
|
||||
scheme = "https";
|
||||
|
||||
Reference in New Issue
Block a user