From 9ee2cab5cb28650a9567f7c51203bc878ec6aa86 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Wed, 19 Jul 2023 19:04:15 +0200 Subject: [PATCH] Missing group for git user --- hosts/kamoshi/profiles/cgit.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/kamoshi/profiles/cgit.nix b/hosts/kamoshi/profiles/cgit.nix index 647beab..4c99782 100644 --- a/hosts/kamoshi/profiles/cgit.nix +++ b/hosts/kamoshi/profiles/cgit.nix @@ -8,6 +8,7 @@ in isSystemUser = true; description = "git user"; home = home; + group = "users"; shell = "${pkgs.git}/bin/git-shell"; openssh.authorizedKeys.keyFiles = [ /root/secrets/ssh/kamov.pub