Authentik follows its own release. Otherwise does not compile
This commit is contained in:
parent
2bfdf9e062
commit
854b6374d7
2 changed files with 2 additions and 5 deletions
|
|
@ -38,7 +38,6 @@
|
|||
|
||||
authentik-nix = {
|
||||
url = "github:nix-community/authentik-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -135,9 +135,7 @@ in
|
|||
services.caddy = with cfg.proxy; {
|
||||
virtualHosts."${subdomain}.${domain}".extraConfig = ''
|
||||
# Other reverse proxies go here
|
||||
handle {
|
||||
reverse_proxy http://${host}:9000
|
||||
}
|
||||
reverse_proxy http://${host}:9000
|
||||
|
||||
import cloudflare_${domain}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue