From 144e40dbe764a150c654d4cf0953cc15cb61c631 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 7 Oct 2025 10:55:55 +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 be8dbdc..1baa5dd 100755 --- a/nixosConfigurations/hosts/server.nix +++ b/nixosConfigurations/hosts/server.nix @@ -71,7 +71,7 @@ let }; systemd.tmpfiles.rules = [ - "z ${xlib.dirs.services-mnt-folder} 0766 root root -" + "z ${xlib.dirs.services-mnt-folder} 0777 root root -" ]; services = {