Loading nixos/modules/services/networking/headscale.nix +25 −23 Original line number Diff line number Diff line Loading @@ -350,7 +350,8 @@ in }; extra_records = lib.mkOption { type = lib.types.listOf ( type = lib.types.nullOr ( lib.types.listOf ( lib.types.submodule { options = { name = lib.mkOption { Loading @@ -373,8 +374,9 @@ in }; }; } ) ); default = [ ]; default = null; description = '' Extra DNS records to expose to clients. ''; Loading Loading
nixos/modules/services/networking/headscale.nix +25 −23 Original line number Diff line number Diff line Loading @@ -350,7 +350,8 @@ in }; extra_records = lib.mkOption { type = lib.types.listOf ( type = lib.types.nullOr ( lib.types.listOf ( lib.types.submodule { options = { name = lib.mkOption { Loading @@ -373,8 +374,9 @@ in }; }; } ) ); default = [ ]; default = null; description = '' Extra DNS records to expose to clients. ''; Loading