diff --git a/modules/nixos/services/arr.nix b/modules/nixos/services/arr.nix index 393ec27..2d27378 100644 --- a/modules/nixos/services/arr.nix +++ b/modules/nixos/services/arr.nix @@ -1,10 +1,8 @@ -{ config, lib, ... }: - -{ +{ config, lib, ... }: { options = { arrServer = lib.mkOption { - type = lib.types.str; + type = lib.types.nullOr lib.types.str; description = "Hostname for arr services"; default = null; };