mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
Feature/wifi sync (#446)
* Synchronizes Wifi config during the 'embassy-init' startup sequence * Apply suggestions from code review make directories polymorphic over AsRef Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> * make resilient to existing symlink * make this more idiomatic Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
committed by
GitHub
parent
96dee95260
commit
dc7461746c
3
appmgr/src/net/wpa_supplicant.conf.base
Normal file
3
appmgr/src/net/wpa_supplicant.conf.base
Normal file
@@ -0,0 +1,3 @@
|
||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
country=US
|
||||
Reference in New Issue
Block a user