Skip to content

Commit

Permalink
Update default system plugin configuration to load with the admin enc…
Browse files Browse the repository at this point in the history
…losure service to resolve permissions errors
  • Loading branch information
NeonDaniel committed Oct 18, 2024
1 parent c77c57d commit 921304a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,16 @@ PHAL:
color: "#ff8600"
portal: start dot neon dot ai
device: Neon Device
ovos-PHAL-plugin-system:
core_service: neon.service
neon-phal-plugin-linear-led:
mute_color: burnt_orange
sleep_color: red
utterance_animation: refill
neon-phal-plugin-fan:
min_fan_temp: 40.0
admin:
ovos-PHAL-plugin-system:
enabled: true
core_service: neon.service
neon-phal-plugin-device-updater:
enabled: true
initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-rpi4/boot/firmware/initramfs"
Expand Down
5 changes: 3 additions & 2 deletions neon_core/configuration/opi5/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@ PHAL:
color: '#ff8600'
portal: start dot neon dot ai
device: Neon Device
ovos-PHAL-plugin-system:
core_service: neon.service
neon-phal-plugin-linear-led:
mute_color: burnt_orange
sleep_color: red
utterance_animation: refill
neon-phal-plugin-fan:
min_fan_temp: 40.0
admin:
ovos-PHAL-plugin-system:
enabled: true
core_service: neon.service
neon-phal-plugin-device-updater:
enabled: true
initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-opi5/boot/uInitrd"
Expand Down
5 changes: 3 additions & 2 deletions neon_core/configuration/rpi4/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@ PHAL:
color: '#ff8600'
portal: start dot neon dot ai
device: Neon Device
ovos-PHAL-plugin-system:
core_service: neon.service
neon-phal-plugin-linear-led:
mute_color: burnt_orange
sleep_color: red
utterance_animation: refill
neon-phal-plugin-fan:
min_fan_temp: 40.0
admin:
ovos-PHAL-plugin-system:
enabled: true
core_service: neon.service
neon-phal-plugin-device-updater:
enabled: true
initramfs_url: "https://github.com/NeonGeckoCom/neon_debos/raw/{}/overlays/02-rpi4/boot/firmware/initramfs"
Expand Down

0 comments on commit 921304a

Please sign in to comment.