fix(docuseal): Actually import the module
All checks were successful
Build all the nodes / netcore00 (push) Successful in 21s
Build all the nodes / netcore01 (push) Successful in 21s
Build all the nodes / netaccess01 (push) Successful in 22s
Build all the nodes / netcore02 (push) Successful in 22s
Build all the nodes / ap01 (push) Successful in 36s
Build the shell / build-shell (push) Successful in 27s
Run pre-commit on all files / pre-commit (push) Successful in 31s
Build all the nodes / hypervisor01 (push) Successful in 1m4s
Build all the nodes / build01 (push) Successful in 1m6s
Build all the nodes / hypervisor02 (push) Successful in 1m10s
Build all the nodes / storage01 (push) Successful in 1m12s
Build all the nodes / geo01 (push) Successful in 1m14s
Build all the nodes / tower01 (push) Successful in 1m12s
Build all the nodes / hypervisor03 (push) Successful in 1m14s
Build all the nodes / rescue01 (push) Successful in 1m14s
Build all the nodes / web03 (push) Successful in 1m4s
Build all the nodes / web01 (push) Successful in 1m33s
Build all the nodes / geo02 (push) Successful in 1m55s
Build all the nodes / bridge01 (push) Successful in 1m57s
Build all the nodes / web02 (push) Successful in 1m59s
Build all the nodes / cof02 (push) Successful in 2m6s
Build all the nodes / vault01 (push) Successful in 1m1s
Build all the nodes / compute01 (push) Successful in 9m38s
All checks were successful
Build all the nodes / netcore00 (push) Successful in 21s
Build all the nodes / netcore01 (push) Successful in 21s
Build all the nodes / netaccess01 (push) Successful in 22s
Build all the nodes / netcore02 (push) Successful in 22s
Build all the nodes / ap01 (push) Successful in 36s
Build the shell / build-shell (push) Successful in 27s
Run pre-commit on all files / pre-commit (push) Successful in 31s
Build all the nodes / hypervisor01 (push) Successful in 1m4s
Build all the nodes / build01 (push) Successful in 1m6s
Build all the nodes / hypervisor02 (push) Successful in 1m10s
Build all the nodes / storage01 (push) Successful in 1m12s
Build all the nodes / geo01 (push) Successful in 1m14s
Build all the nodes / tower01 (push) Successful in 1m12s
Build all the nodes / hypervisor03 (push) Successful in 1m14s
Build all the nodes / rescue01 (push) Successful in 1m14s
Build all the nodes / web03 (push) Successful in 1m4s
Build all the nodes / web01 (push) Successful in 1m33s
Build all the nodes / geo02 (push) Successful in 1m55s
Build all the nodes / bridge01 (push) Successful in 1m57s
Build all the nodes / web02 (push) Successful in 1m59s
Build all the nodes / cof02 (push) Successful in 2m6s
Build all the nodes / vault01 (push) Successful in 1m1s
Build all the nodes / compute01 (push) Successful in 9m38s
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