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
@@ -14,6 +14,7 @@ in with lib; {
stateDir = mkOption {
type = types.path;
default = "${nixarr.stateDir}/jellyfin";
defaultText = literalExpression ''"''${nixarr.stateDir}/jellyfin"'';
description = "The state directory for Jellyfin.";
};