clanServices/internet: set default for host export

This commit is contained in:
pinpox
2025-10-24 13:38:58 +02:00
parent 69241183ac
commit e63f5c966e

View File

@@ -16,6 +16,7 @@
options = {
host = lib.mkOption {
type = lib.types.str;
default = "";
description = ''
ip address or hostname (domain) of the machine
'';