From 42128ebbe19d0aa3841245a423aeb6636c9b23d3 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 19 Jan 2025 20:38:22 +0100 Subject: move microvms to hosts folder --- microvms/auth/keycloak.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 microvms/auth/keycloak.nix (limited to 'microvms/auth/keycloak.nix') diff --git a/microvms/auth/keycloak.nix b/microvms/auth/keycloak.nix deleted file mode 100644 index de537ef..0000000 --- a/microvms/auth/keycloak.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, ... }: -{ - services.keycloak = { - enable = true; - database = { - type = "postgresql"; - createLocally = true; - passwordFile = config.sops.secrets."keycloak/db_pass".path; - }; - settings = { - hostname = "https://auth.oxapentane.com"; - http-port = 38080; - http-enabled = true; - proxy-headers = "xforwarded"; - proxy-trusted-addresses = "10.89.88.0/24,fd31:185d:722f::/48"; - }; - }; -} -- cgit v1.3.1