clanService/phonebox: default ata-ethernet-iface is

This commit is contained in:
2025-12-05 14:35:36 +07:00
parent 701f815a01
commit 6a4eeeb34b
2 changed files with 1 additions and 6 deletions

View File

@@ -101,12 +101,6 @@
input = "self";
};
roles.default.tags."phonebox" = { };
roles.default.machines.rigel.settings = {
ata-ethernet-iface = "enp2s0";
};
roles.default.machines.neptune.settings = {
ata-ethernet-iface = "enp2s0";
};
};
pocket-id = {

View File

@@ -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 =