Alex is now admin!

This commit is contained in:
Quentin 2020-02-11 22:19:25 +01:00
parent 94ac5b58a1
commit 3feb426e9f
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ active_users:
- 'quentin-key2.pub'
- username: 'alex'
is_admin: true
ssh_keys:
- 'alex-key1.pub'

View File

@ -1,4 +1,5 @@
use igd::aio::search_gateway;
#[tokio::main]
async fn main() {
let gateway = match search_gateway(Default::default()).await {