feat(deertopia): LLDAP server

This commit is contained in:
Madeleine Sydney Slaga
2025-02-18 23:00:50 -07:00
parent 68ba3064d9
commit a7d6bc0905
4 changed files with 80 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ in {
servers."bin.deertopia.net" = {
secretKeyFile = "/run/secrets/bepasty-secret-key";
extraConfig = ''
# HACK: The fact that this is evaluated is UB.
$(cat /run/secrets/bepasty-secret-config)
'';
bind = "127.0.0.1:${builtins.toString cfg.port}";