about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 13:27:34 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 20:36:55 +0200
commit3c3c8b339c5c8a694a9fcff7118c34896ae358e7 (patch)
treee1534b43a1f56afac5a475216c5e009583396ce4 /hosts/configuration.nix
parentHome: Git: Add send-email 'account' (diff)
downloadnixos-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 '')
-rw-r--r--hosts/configuration.nix1
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;