clanService/phonebox: default ata-ethernet-iface is
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user