clanService/phonebox: default ata-ethernet-iface is

This commit is contained in:
2025-12-05 14:35:36 +07:00
parent 701f815a01
commit bbc68ee158

View File

@@ -12,6 +12,7 @@
options.ata-ethernet-iface = lib.mkOption { options.ata-ethernet-iface = lib.mkOption {
type = lib.types.str; type = lib.types.str;
description = "An Ethernet interface that connect to ATA box."; description = "An Ethernet interface that connect to ATA box.";
default = "enp2s0";
}; };
}; };
perInstance = perInstance =