From a6179a5a3fde47d946264759126e3e8474df9274 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Fri, 4 Aug 2023 18:13:54 +0200 Subject: [PATCH] changed the name of authentik-outpost to authentik-proxy --- modules/{authentik-outpost.nix => authentik-proxy.nix} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename modules/{authentik-outpost.nix => authentik-proxy.nix} (80%) diff --git a/modules/authentik-outpost.nix b/modules/authentik-proxy.nix similarity index 80% rename from modules/authentik-outpost.nix rename to modules/authentik-proxy.nix index 95bf252..ea8adb0 100644 --- a/modules/authentik-outpost.nix +++ b/modules/authentik-proxy.nix @@ -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 = {