diff options
| author | Baitinq <[email protected]> | 2022-09-22 13:27:34 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-22 20:36:55 +0200 |
| commit | 8c10883d0ac7df5a93c228395ca2f58b0e7b0919 (patch) | |
| tree | 7b6f7a67933293babdcefa38678f8c8dc3bb092b /hosts | |
| parent | Home: Git: Add send-email 'account' (diff) | |
| download | nixos-config-8c10883d0ac7df5a93c228395ca2f58b0e7b0919.tar.gz nixos-config-8c10883d0ac7df5a93c228395ca2f58b0e7b0919.tar.bz2 nixos-config-8c10883d0ac7df5a93c228395ca2f58b0e7b0919.zip | |
Modules: Add git-server module
This adds a git server (gitolite) with a web frontend cgit
Diffstat (limited to '')
| -rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index de26822..63a78c4 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -126,7 +126,6 @@ ''; }; - # List services that you want to enable: services = { openssh = { enable = true; |