MiloSobral commited on
Commit
680fe62
1 Parent(s): dcdc8bd
Files changed (1) hide show
  1. PortiloopV2.md +1 -1
PortiloopV2.md CHANGED
@@ -78,7 +78,7 @@ To avoid configuration issues, we need to tell NetworkManager to ignore this int
78
 
79
  ```ini
80
  [keyfile]
81
- unmanaged-devices=interface-name:ap0
82
  ```
83
 
84
  To make sure this starts works everytime we turn the Portiloop on, we need to create a new service. First, you can create a new service file at `/etc/systemd/system/create_ap.service` with the following content:
 
78
 
79
  ```ini
80
  [keyfile]
81
+ unmanaged-devices=interface-name:ap0,interface-name:p2p0
82
  ```
83
 
84
  To make sure this starts works everytime we turn the Portiloop on, we need to create a new service. First, you can create a new service file at `/etc/systemd/system/create_ap.service` with the following content: