Skip to content

Commit 0387482

Browse files
committed
add it for real
1 parent 4f16fa8 commit 0387482

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

modules/sabnzbd/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ in {
5454
description = "Path to file containing the SABnzbd API key";
5555
};
5656

57+
nzbKeyPath = mkOption {
58+
type = types.nullOr types.path;
59+
default = null;
60+
description = "Path to file containing the SABnzbd NZB API key";
61+
};
62+
5763
environmentSecrets = mkOption {
5864
type = types.listOf (types.submodule {
5965
options = {

0 commit comments

Comments
 (0)