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; 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 = {