From bf64ee12028b6684f26f07f8824182ebd4dcbfe7 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 22 Dec 2025 17:24:10 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/phonebox/default.nix --- modules/clan/phonebox/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/clan/phonebox/default.nix b/modules/clan/phonebox/default.nix index 7ab71a3..d104eef 100644 --- a/modules/clan/phonebox/default.nix +++ b/modules/clan/phonebox/default.nix @@ -14,6 +14,11 @@ description = "An Ethernet interface that connect to ATA box."; default = "enp2s0"; }; + options.ownerName = lib.mkOption { + type = lib.types.str; + description = "The owner's name for this unit"; + default = ""; + }; }; perInstance = {