mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: bye netbird
This commit is contained in:
parent
ad158b2814
commit
13ab9514f8
12 changed files with 10 additions and 858 deletions
|
@ -135,17 +135,16 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
# Netbird
|
||||
groups."netbird.access" = { };
|
||||
systems.oauth2.netbird = {
|
||||
# Firezone
|
||||
groups."firezone.access" = { };
|
||||
systems.oauth2.firezone = {
|
||||
public = true;
|
||||
displayName = "Netbird";
|
||||
originUrl = "https://${globals.services.netbird.domain}/";
|
||||
originLanding = "https://${globals.services.netbird.domain}/";
|
||||
displayName = "Firezone VPN";
|
||||
# FIXME: change
|
||||
originUrl = "https://dummy.example.org/";
|
||||
originLanding = "https://dummy.example.org/";
|
||||
preferShortUsername = true;
|
||||
enableLocalhostRedirects = true;
|
||||
enableLegacyCrypto = true;
|
||||
scopeMaps."netbird.access" = [
|
||||
scopeMaps."firezone.access" = [
|
||||
"openid"
|
||||
"email"
|
||||
"profile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue