fix(linkwarden): add default value for secrets
This commit is contained in:
parent
1babc7912d
commit
ddbe5c35c5
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ in
|
|||
check = it: lib.isString it && lib.types.path.check it;
|
||||
};
|
||||
example = "/run/secrets/linkwarden";
|
||||
default = "/run/secrets/linkwarden";
|
||||
description = ''
|
||||
Path of a file with extra environment variables to be loaded from disk.
|
||||
This file is not added to the nix store, so it can be used to pass secrets to linkwarden.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue