mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
gokrazy: check in consrv.toml for monitnerr-1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
1a7de7baff
commit
a922e11359
1 changed files with 16 additions and 0 deletions
16
gokrazy/consrv.toml
Normal file
16
gokrazy/consrv.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Configuration for monitnerr-1.
|
||||
[[devices]]
|
||||
name = "router"
|
||||
serial = "01BF9A13"
|
||||
baud = 115200
|
||||
identities = ["mdlayher"]
|
||||
|
||||
[[devices]]
|
||||
name = "server"
|
||||
serial = "A64NMAJS"
|
||||
baud = 115200
|
||||
identities = ["mdlayher"]
|
||||
|
||||
[[identities]]
|
||||
name = "mdlayher"
|
||||
public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN5i5d0mRKAf02m+ju+I1KrAYw3Ny2IHXy88mgyragBN Matt Layher (mdlayher@gmail.com)"
|
Loading…
Reference in a new issue