diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-13 19:12:55 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-13 19:12:55 +0200 |
commit | 2b59aad8b7e33753c37cc98275e52fa508046af6 (patch) | |
tree | 8bfdc0348e7ee1448b59704d350d24e2dce84b51 /machines | |
parent | 640c0cee8a2386dd879b2338bdd4eaa8b2df20b7 (diff) | |
download | dots-2b59aad8b7e33753c37cc98275e52fa508046af6.tar.gz dots-2b59aad8b7e33753c37cc98275e52fa508046af6.zip |
Set default git group
Diffstat (limited to 'machines')
-rw-r--r-- | machines/srv1/configuration.nix | 2 |
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"; |