mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
fix: arr options when not used
This commit is contained in:
parent
e6dbed2e17
commit
5859377802
@ -1,10 +1,8 @@
|
|||||||
{ config, lib, ... }:
|
{ config, lib, ... }: {
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
arrServer = lib.mkOption {
|
arrServer = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.nullOr lib.types.str;
|
||||||
description = "Hostname for arr services";
|
description = "Hostname for arr services";
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user