diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/modules/depot-replica.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/depot-replica.nix b/ops/modules/depot-replica.nix index f5f02a18a9fc..b71f10409a2b 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 }; |