Improved docs

This commit is contained in:
rasmus-kirk
2024-03-03 18:02:00 +01:00
parent 13dfd643d0
commit a2025a46f4
8 changed files with 16 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ in {
stateDir = mkOption {
type = types.path;
default = "${nixarr.stateDir}/sonarr";
defaultText = literalExpression ''"''${nixarr.stateDir}/sonarr"'';
description = "The state directory for Sonarr.";
};