mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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 = {
|
||||
arrServer = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
description = "Hostname for arr services";
|
||||
default = null;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user