mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(chen): WoL
This commit is contained in:
parent
6cfaf82535
commit
81ae90dd12
12 changed files with 77 additions and 4 deletions
|
|
@ -32,5 +32,8 @@ in {
|
|||
packages.x86_64-linux.openwebrxplus
|
||||
# TODO: packages.aarch64-linux.openwebrxplus
|
||||
];
|
||||
systemd2mqtt.inputs = [
|
||||
packages.x86_64-linux.systemd2mqtt
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"chen": {
|
||||
"network": {
|
||||
"hostName": "chen",
|
||||
"networks": {
|
||||
"int": null,
|
||||
"local": {
|
||||
"address4": null,
|
||||
"address6": "fd0a::9e6b:00ff:fe21:1ce2",
|
||||
"macAddress": "9c:6b:00:21:1c:e2"
|
||||
},
|
||||
"tail": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"ct": {
|
||||
"network": {
|
||||
"hostName": "ct",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue