From b3c5e4f651e78b8f61535b96717451f4fc5683a9 Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 8 Jun 2026 01:03:05 +0200 Subject: [PATCH] fix config perm --- modules/server/containers/apps/selfmark.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/server/containers/apps/selfmark.nix b/modules/server/containers/apps/selfmark.nix index b59e828..4666038 100644 --- a/modules/server/containers/apps/selfmark.nix +++ b/modules/server/containers/apps/selfmark.nix @@ -6,6 +6,7 @@ in { runtime = { paths = [{ path = "${serverCfg.path.config.path}/selfmark/"; + owner = "1000:1000"; mode = "0444"; }];