treefmt
This commit is contained in:
parent
76e043171c
commit
d97549d794
3 changed files with 17 additions and 14 deletions
|
@ -2,8 +2,8 @@
|
||||||
{
|
{
|
||||||
services.nginx.upstreams.keycloak = {
|
services.nginx.upstreams.keycloak = {
|
||||||
servers = {
|
servers = {
|
||||||
"10.89.88.11:38080" = {};
|
"10.89.88.11:38080" = { };
|
||||||
"[fd31:185d:722f::11]:38080" = {};
|
"[fd31:185d:722f::11]:38080" = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,10 @@
|
||||||
./auth.nix
|
./auth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue