Fixed docs

This commit is contained in:
rasmus-kirk
2024-03-01 22:49:56 +01:00
parent d396bd3a11
commit 13dfd643d0
14 changed files with 359 additions and 353 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ in {
stateDir = mkOption {
type = types.path;
default = "${nixarr.stateDir}/nixarr/readarr";
default = "${nixarr.stateDir}/readarr";
description = "The state directory for Readarr";
};