From f90aabbddcd5da06160f781f3d2f8354be59c338 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 14 Jul 2025 17:19:23 +0200 Subject: [PATCH] fix: remove config --- hosts/hitsugibune/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/matrix.nix b/hosts/hitsugibune/matrix.nix index 0d6236c..99b5b6b 100644 --- a/hosts/hitsugibune/matrix.nix +++ b/hosts/hitsugibune/matrix.nix @@ -10,7 +10,7 @@ let return 200 '${builtins.toJSON data}'; ''; in { - config.networking.domain = "sprechtl.me"; + networking.domain = "sprechtl.me"; networking.firewall.allowedTCPPorts = [ 80 443 ]; services.postgresql.enable = true;