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;
|
||||
|
||||
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 = {
|
||||
Loading…
Add table
Reference in a new issue