From 649b7cc0324a0822c62ae3bc8e0ac18057ab896a Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 7 Jun 2026 15:55:18 +0200 Subject: [PATCH] fix --- modules/server/containers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/default.nix b/modules/server/containers/default.nix index b2f1d18..2bb277a 100644 --- a/modules/server/containers/default.nix +++ b/modules/server/containers/default.nix @@ -24,7 +24,7 @@ let let effectiveCfg = { owner = "root:root"; - mode = "0555"; + mode = "0777"; dirs = []; } // cfg; in ''