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
+1 -1
View File
@@ -11,7 +11,7 @@ in {
util-nixarr.services.bazarr = {
enable = mkEnableOption "bazarr, a subtitle manager for Sonarr and Radarr";
package = mkPackageOption pkgs "bazarr" { };
package = mkPackageOption pkgs "bazarr" {};
openFirewall = mkOption {
type = types.bool;
+3 -3
View File
@@ -24,7 +24,7 @@ in {
'';
};
package = mkPackageOption pkgs "bazarr" { };
package = mkPackageOption pkgs "bazarr" {};
stateDir = mkOption {
type = types.path;
@@ -36,11 +36,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/bazarr
> ```
>
>
> Is not supported, because `/home/user` is owned by `user`.
'';
};