1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-02 15:48:46 +02:00

dns fuckery

This commit is contained in:
Rouven Seifert 2025-05-10 20:17:40 +02:00
parent 5f43998de8
commit f8eee37e51
12 changed files with 62 additions and 20 deletions
hosts/falkenstein/modules/caddy

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, caddy-patched, ... }:
let
# matrix homeserver discovery
matrix_domain = "matrix.${config.networking.domain}";