From 2fc06265c751013564de1f8a8c725bf545198c77 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sat, 13 Jan 2024 13:55:11 -0800 Subject: [PATCH] feat(tei): nginx --- systems/tei/nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/tei/nixos.nix b/systems/tei/nixos.nix index beae156f..590d1229 100644 --- a/systems/tei/nixos.nix +++ b/systems/tei/nixos.nix @@ -8,6 +8,8 @@ nixos.sops nixos.tailscale nixos.postgres + nixos.nginx + nixos.access.gensokyo ]; sops.defaultSopsFile = ./secrets.yaml;