summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/dev
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-08 08:44:45 -0400
committertriethyl <triethylammonium@pm.me>2025-09-08 08:44:45 -0400
commit956030403a24f96a26520dbc05001efaa74f8865 (patch)
tree68d65eaab8dea8d37efba177e5c58120eeecbf98 /nixos/modules/homelab/dev
parentdb686dd4b649bc8208b1f0c9e898f6be6127609a (diff)
homelab: working on ssh and git
Diffstat (limited to 'nixos/modules/homelab/dev')
-rw-r--r--nixos/modules/homelab/dev/git.nix1
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 = {