diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-08 08:44:45 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-08 08:44:45 -0400 |
| commit | 956030403a24f96a26520dbc05001efaa74f8865 (patch) | |
| tree | 68d65eaab8dea8d37efba177e5c58120eeecbf98 /nixos/modules/homelab/dev/git.nix | |
| parent | db686dd4b649bc8208b1f0c9e898f6be6127609a (diff) | |
homelab: working on ssh and git
Diffstat (limited to 'nixos/modules/homelab/dev/git.nix')
| -rw-r--r-- | nixos/modules/homelab/dev/git.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/homelab/dev/git.nix b/nixos/modules/homelab/dev/git.nix index aeb3124..464b501 100644 --- a/nixos/modules/homelab/dev/git.nix +++ b/nixos/modules/homelab/dev/git.nix @@ -22,7 +22,6 @@ in { isSystemUser = true; description = lib.mkForce "git user"; home = "/srv/git"; - shell = "${pkgs.git}/bin/git-shell"; extraGroups = [ "git" ]; }; services.gitolite = { |
