From ef257a32c261e7b08ea764e8d12ad9669bcf4c65 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 1 Oct 2025 12:03:46 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosConfigurations/hosts/server.nix b/nixosConfigurations/hosts/server.nix index 923df1b..ad35518 100755 --- a/nixosConfigurations/hosts/server.nix +++ b/nixosConfigurations/hosts/server.nix @@ -67,7 +67,7 @@ let }; systemd.tmpfiles.rules = [ - "z ${xlib.dirs.services-mnt-folder} 0755 root root -" + "z ${xlib.dirs.services-mnt-folder} 0766 root root -" ]; services = {