Formatted
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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`.
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user