config

NixOS config
Log | Files | Refs | README | LICENSE

commit d5c4dfc8fce3c4f83f31421c8540cf247020eaab (tree)
parent 78256c2b03899e7599ba8e8523cc66e9ebd507e1
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 29 Jun 2026 11:42:36 +0000

homeMode

Diffstat:
Mmodules/services/git/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/services/git/default.nix b/modules/services/git/default.nix @@ -108,6 +108,7 @@ in group = "git"; isSystemUser = true; createHome = true; + homeMode = "755"; uid = myData.uidgid.gitea; openssh.authorizedKeys.keys = cfg.sshKeys; };