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"; }];