From 1d098f65307ca00cfd384fd5ddcbbda23a378809 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 14 Jul 2025 18:38:00 +0200 Subject: [PATCH] fix: read agenix files --- hosts/hitsugibune/matrix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hitsugibune/matrix.nix b/hosts/hitsugibune/matrix.nix index f41abca..c377826 100644 --- a/hosts/hitsugibune/matrix.nix +++ b/hosts/hitsugibune/matrix.nix @@ -19,8 +19,8 @@ in { age.secrets.coturn = { file = ../../secrets/coturn.age; - owner = "coturn"; - group = "coturn"; + owner = "turnserver"; + group = "turnserver"; }; networking.domain = "sprechtl.me";