diff --git a/state/ext.json b/state/ext.json index d8412fe..06e8056 100644 --- a/state/ext.json +++ b/state/ext.json @@ -586,6 +586,15 @@ "inactivity_expiration_enabled": false, "ssh_enabled": false }, + "DESKTOP-K521F4K": { + "groups": [ + "421-sapsan-gs", + "421-sapsan-pilot" + ], + "login_expiration_enabled": false, + "inactivity_expiration_enabled": false, + "ssh_enabled": false + }, "gaazhag": { "groups": [], "login_expiration_enabled": false, diff --git a/state/prod.json b/state/prod.json index cbbc439..b8acd19 100644 --- a/state/prod.json +++ b/state/prod.json @@ -586,20 +586,6 @@ } }, "users": { - "seed@achilles.local": { - "name": "seed", - "role": "admin", - "auto_groups": [ - "dev-team" - ] - }, - "keltir@achilles.local": { - "name": "Artem", - "role": "admin", - "auto_groups": [ - "dev-team" - ] - }, "vlad.stus@gmail.com": { "name": "admin", "role": "owner", @@ -618,6 +604,20 @@ "auto_groups": [ "dev-team" ] + }, + "seed@achilles.local": { + "name": "seed", + "role": "admin", + "auto_groups": [ + "dev-team" + ] + }, + "keltir@achilles.local": { + "name": "Artem", + "role": "admin", + "auto_groups": [ + "dev-team" + ] } }, "routes": {},