From ed33edb4191a04b5c17ded4e069a98d44b3c356e Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 1 Oct 2025 12:09:11 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/server.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixosConfigurations/hosts/server.nix b/nixosConfigurations/hosts/server.nix index ad35518..d15af01 100755 --- a/nixosConfigurations/hosts/server.nix +++ b/nixosConfigurations/hosts/server.nix @@ -62,6 +62,10 @@ let options = [ "bind" "nofail" + "uid=1000" + "gid=1000" + "fmask=0000" + "dmask=0000" ]; }; };