From bbc68ee158a921acbef8d9fd298d914dc3a1628c Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 5 Dec 2025 14:35:36 +0700 Subject: [PATCH] clanService/phonebox: default ata-ethernet-iface is --- modules/clan/phonebox/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/clan/phonebox/default.nix b/modules/clan/phonebox/default.nix index f3b707c..8d30da3 100644 --- a/modules/clan/phonebox/default.nix +++ b/modules/clan/phonebox/default.nix @@ -12,6 +12,7 @@ options.ata-ethernet-iface = lib.mkOption { type = lib.types.str; description = "An Ethernet interface that connect to ATA box."; + default = "enp2s0"; }; }; perInstance =