summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-19 20:47:09 +0100
committerGrisha Shipunov2025-01-19 20:47:09 +0100
commitd97549d7947fe5fa8f73db2fe18d33c0040817c3 (patch)
tree162827b871283b95d403e63a8ebf95f130c5c982 /hosts
parent76e043171c9a6cd7957ddee5d792740ada93b8ce (diff)
treefmt
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cloud/proxy/auth.nix4
-rw-r--r--hosts/cloud/proxy/default.nix5
2 files changed, 6 insertions, 3 deletions
diff --git a/hosts/cloud/proxy/auth.nix b/hosts/cloud/proxy/auth.nix
index 27ee2ee..b8e10d5 100644
--- a/hosts/cloud/proxy/auth.nix
+++ b/hosts/cloud/proxy/auth.nix
@@ -2,8 +2,8 @@
{
services.nginx.upstreams.keycloak = {
servers = {
- "10.89.88.11:38080" = {};
- "[fd31:185d:722f::11]:38080" = {};
+ "10.89.88.11:38080" = { };
+ "[fd31:185d:722f::11]:38080" = { };
};
};
diff --git a/hosts/cloud/proxy/default.nix b/hosts/cloud/proxy/default.nix
index 798b34d..1b0becf 100644
--- a/hosts/cloud/proxy/default.nix
+++ b/hosts/cloud/proxy/default.nix
@@ -4,7 +4,10 @@
./auth.nix
];
- networking.firewall.allowedTCPPorts = [ 80 443 ];
+ networking.firewall.allowedTCPPorts = [
+ 80
+ 443
+ ];
services.nginx = {
enable = true;