diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/nixos/x86_64-linux/argonath.nix | 10 |
1 files changed, 9 insertions, 1 deletions
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; |
