From 46a2f1f852cc4fe8d5c86757de4029d87ccb03af Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 22 Nov 2025 11:03:49 -0800 Subject: initial setup for authelia --- machines/nixos/x86_64-linux/argonath.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'machines/nixos/x86_64-linux/argonath.nix') diff --git a/machines/nixos/x86_64-linux/argonath.nix b/machines/nixos/x86_64-linux/argonath.nix index af70040..fa7855c 100644 --- a/machines/nixos/x86_64-linux/argonath.nix +++ b/machines/nixos/x86_64-linux/argonath.nix @@ -9,8 +9,8 @@ ../../../profiles/acme.nix ../../../profiles/cgroups.nix ../../../profiles/defaults.nix - ../../../profiles/hardware/do-droplet.nix ../../../profiles/disk/basic-vm.nix + ../../../profiles/hardware/do-droplet.nix ../../../profiles/home-manager.nix ../../../profiles/server.nix ]; @@ -62,6 +62,14 @@ proxyPass = "http://10.100.0.60"; }; }; + "auth.fcuny.net" = { + enableACME = true; + acmeRoot = null; + forceSSL = true; + locations."/" = { + proxyPass = "http://10.100.0.60:9092"; + }; + }; "fcuny.net" = { enableACME = true; acmeRoot = null; -- cgit v1.2.3