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 | 3c3c8b339c5c8a694a9fcff7118c34896ae358e7 (patch) | |
| tree | e1534b43a1f56afac5a475216c5e009583396ce4 /hosts | |
| parent | Home: Git: Add send-email 'account' (diff) | |
| download | nixos-config-3c3c8b339c5c8a694a9fcff7118c34896ae358e7.tar.gz nixos-config-3c3c8b339c5c8a694a9fcff7118c34896ae358e7.tar.bz2 nixos-config-3c3c8b339c5c8a694a9fcff7118c34896ae358e7.zip | |
Modules: Add git-server module
This adds a git server (gitolite) with a web frontend cgit
Diffstat (limited to 'hosts')
| -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; |