about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/depot-replica.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/depot-replica.nix b/ops/modules/depot-replica.nix
index f5f02a18a9..b71f10409a 100644
--- a/ops/modules/depot-replica.nix
+++ b/ops/modules/depot-replica.nix
@@ -33,7 +33,7 @@ in
       isSystemUser = true;
       createHome = true;
       home = cfg.path;
-      homeMode = "750"; # group can read depot
+      homeMode = "755"; # everyone can read depot
       openssh.authorizedKeys.keys = lib.singleton cfg.key;
       shell = pkgs.bashInteractive; # gerrit needs to run shell commands
     };