Welcome to ethernet

This commit is contained in:
Félix Aime
2021-01-22 14:09:03 +01:00
parent 896becce45
commit 3620e93ae6
7 changed files with 156 additions and 109 deletions

View File

@ -56,5 +56,6 @@ def get_config():
"sparklines": read_config(("frontend", "sparklines")),
"quit_option": read_config(("frontend", "quit_option")),
"shutdown_option": read_config(("frontend", "shutdown_option")),
"reboot_option": read_config(("frontend", "reboot_option"))
"reboot_option": read_config(("frontend", "reboot_option")),
"iface_out": read_config(("network", "iface_out"))
})