forked from DGNum/infrastructure
fix(docuseal): Actually import the module
Minor cleanup as well
This commit is contained in:
parent
41a4b98cc5
commit
f77e011c11
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,8 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
imports = [ ./module.nix ];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: _: {
|
||||
docuseal = self.callPackage ../../../../pkgs/by-name/docuseal { };
|
||||
|
|
|
@ -75,8 +75,6 @@ in
|
|||
default = null;
|
||||
description = ''
|
||||
Path to a file containing environment variables.
|
||||
Required secrets are `SECRET_KEY_BASE` and `OTP_SECRET_KEY`,
|
||||
which can be generated using `rails secret`.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue