1
0
Fork 0

fix(linkwarden): add default value for secrets

This commit is contained in:
Philipp 2025-05-17 01:16:45 +02:00
parent 1babc7912d
commit ddbe5c35c5
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -53,6 +53,7 @@ in
check = it: lib.isString it && lib.types.path.check it; check = it: lib.isString it && lib.types.path.check it;
}; };
example = "/run/secrets/linkwarden"; example = "/run/secrets/linkwarden";
default = "/run/secrets/linkwarden";
description = '' description = ''
Path of a file with extra environment variables to be loaded from disk. 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. This file is not added to the nix store, so it can be used to pass secrets to linkwarden.