forked from Deuxfleurs/infrastructure
Alex is now admin!
This commit is contained in:
parent
94ac5b58a1
commit
3feb426e9f
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ active_users:
|
|||
- 'quentin-key2.pub'
|
||||
|
||||
- username: 'alex'
|
||||
is_admin: true
|
||||
ssh_keys:
|
||||
- 'alex-key1.pub'
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
use igd::aio::search_gateway;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
let gateway = match search_gateway(Default::default()).await {
|
||||
|
|
Loading…
Reference in a new issue