Loading nixos/modules/services/security/spire/agent.nix +10 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,16 @@ in default = "/run/spire/agent/public/api.sock"; description = "The path to the SPIRE agent socket"; }; join_token = lib.mkOption { type = lib.types.nullOr lib.types.str; default = null; description = "An optional token which has been generated by the SPIRE server"; }; join_token_file = lib.mkOption { type = lib.types.nullOr lib.types.str; default = null; description = "Path to a file containing an optional join token which has been generated by the SPIRE server"; }; }; plugins = lib.mkOption { description = '' Loading Loading
nixos/modules/services/security/spire/agent.nix +10 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,16 @@ in default = "/run/spire/agent/public/api.sock"; description = "The path to the SPIRE agent socket"; }; join_token = lib.mkOption { type = lib.types.nullOr lib.types.str; default = null; description = "An optional token which has been generated by the SPIRE server"; }; join_token_file = lib.mkOption { type = lib.types.nullOr lib.types.str; default = null; description = "Path to a file containing an optional join token which has been generated by the SPIRE server"; }; }; plugins = lib.mkOption { description = '' Loading