changed the name of authentik-outpost to authentik-proxy
This commit is contained in:
parent
735fece056
commit
a6179a5a3f
1 changed files with 3 additions and 3 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.services.authentik-outpost;
|
cfg = config.services.authentik-proxy;
|
||||||
conf = import ./vars.nix;
|
conf = import ./vars.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
services.authentik-outpost = {
|
services.authentik-proxy = {
|
||||||
token = mkOption {
|
token = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = "The authentik_token as displayed in authentik.";
|
description = "The authentik_token as displayed in authentik.";
|
||||||
|
|
@ -16,7 +16,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
virtualisation.oci-containers.containers."authentik-outpost" = {
|
virtualisation.oci-containers.containers."authentik-proxy" = {
|
||||||
image = "ghcr.io/goauthentik/proxy";
|
image = "ghcr.io/goauthentik/proxy";
|
||||||
ports = [ "9001:9000" ];
|
ports = [ "9001:9000" ];
|
||||||
environment = {
|
environment = {
|
||||||
Loading…
Add table
Reference in a new issue