fix: sample config wasn't correct
This commit is contained in:
parent
131fbeea11
commit
1ad4a99005
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ hs_url = "https://example.org"
|
||||||
username = "wol"
|
username = "wol"
|
||||||
password = "s3cr3t"
|
password = "s3cr3t"
|
||||||
|
|
||||||
[[ hosts ]]
|
[ hosts.example ]
|
||||||
name = "example"
|
|
||||||
mac_addr = [0x70,0x8b,0xcd,0x54,0xe2,0x32]
|
mac_addr = [0x70,0x8b,0xcd,0x54,0xe2,0x32]
|
||||||
users = ["@admin:example.org"]
|
users = ["@admin:example.org"]
|
||||||
|
|
Loading…
Reference in a new issue