added other arch

This commit is contained in:
Paolo Asperti 2018-11-18 21:34:18 +01:00
parent 627fd9b543
commit 895a577b7e
1 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@
"description": "Connect to a remote NUT server",
"startup": "before",
"boot": "auto",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"options": {
"credentials": {
"user": "monuser",
@ -28,4 +34,4 @@
},
"delay": "int"
}
}
}