changed the name of authentik-outpost to authentik-proxy

This commit is contained in:
mc-fucker 2023-08-04 18:13:54 +02:00
parent 735fece056
commit a6179a5a3f

View file

@ -2,12 +2,12 @@
with lib;
let
cfg = config.services.authentik-outpost;
cfg = config.services.authentik-proxy;
conf = import ./vars.nix;
in
{
options = {
services.authentik-outpost = {
services.authentik-proxy = {
token = mkOption {
type = types.str;
description = "The authentik_token as displayed in authentik.";
@ -16,7 +16,7 @@ in
};
config = {
virtualisation.oci-containers.containers."authentik-outpost" = {
virtualisation.oci-containers.containers."authentik-proxy" = {
image = "ghcr.io/goauthentik/proxy";
ports = [ "9001:9000" ];
environment = {