Formatted

This commit is contained in:
rasmus-kirk
2024-12-04 18:20:42 +01:00
parent 7d1dd5e07e
commit c6a6d0f872
12 changed files with 200 additions and 185 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ in {
'';
};
package = mkPackageOption pkgs "readarr" { };
package = mkPackageOption pkgs "readarr" {};
stateDir = mkOption {
type = types.path;
@@ -33,11 +33,11 @@ in {
> **Warning:** Setting this to any path, where the subpath is not
> owned by root, will fail! For example:
>
>
> ```nix
> stateDir = /home/user/nixarr/.state/readarr
> ```
>
>
> Is not supported, because `/home/user` is owned by `user`.
'';
};