about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/srv1/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/srv1/configuration.nix b/machines/srv1/configuration.nix
index 37860cf..924e408 100644
--- a/machines/srv1/configuration.nix
+++ b/machines/srv1/configuration.nix
@@ -298,7 +298,7 @@ in
 
       git = {
         isSystemUser = true;
-        extraGroups = [ "git" ];
+        group = "git";
         description = "git user";
         home = "/srv/git";
         shell = "${pkgs.git}/bin/git-shell";