Compare commits

..

2 commits

Author SHA1 Message Date
Gabriel Simmer 61f316b8e4
Swap to authentik sso
All checks were successful
Lint / lint (push) Successful in 23s
Sync gmem.ca / sync (push) Successful in 19s
2023-10-29 17:00:37 +00:00
Gabriel Simmer a6defdc380
fwupd for nas 2023-10-27 14:56:58 +01:00
2 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@
"links": [ "links": [
{ {
"rel": "http://openid.net/specs/connect/1.0/issuer", "rel": "http://openid.net/specs/connect/1.0/issuer",
"href": "https://lemur-4.cloud-iam.com/auth/realms/archdog" "href": "https://authentik.gmem.ca/application/o/tailscale/"
}, },
{ {
"rel": "http://webfinger.net/rel/avatar", "rel": "http://webfinger.net/rel/avatar",
@ -35,7 +35,7 @@
"links": [ "links": [
{ {
"rel": "http://openid.net/specs/connect/1.0/issuer", "rel": "http://openid.net/specs/connect/1.0/issuer",
"href": "https://lemur-4.cloud-iam.com/auth/realms/archdog" "href": "https://authentik.gmem.ca/application/o/tailscale/"
}, },
{ {
"rel": "http://webfinger.net/rel/profile-page", "rel": "http://webfinger.net/rel/profile-page",
@ -44,4 +44,4 @@
} }
] ]
} }
] ]

View file

@ -47,6 +47,7 @@
}; };
services = { services = {
fwupd.enable = true;
promtail = { promtail = {
enable = true; enable = true;
configuration = { configuration = {