about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-09-14 11:26:22 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2019-09-14 11:26:22 +0200
commitbab6e6eb043ea3f1e4be130b807a94d24d19b2e0 (patch)
tree097086f90304618b0b72cb83c993242979283346 /nixos/modules
parent962bfd3b139c11a3ef9d16b19eb3c01398af2011 (diff)
downloadnixlib-bab6e6eb043ea3f1e4be130b807a94d24d19b2e0.tar
nixlib-bab6e6eb043ea3f1e4be130b807a94d24d19b2e0.tar.gz
nixlib-bab6e6eb043ea3f1e4be130b807a94d24d19b2e0.tar.bz2
nixlib-bab6e6eb043ea3f1e4be130b807a94d24d19b2e0.tar.lz
nixlib-bab6e6eb043ea3f1e4be130b807a94d24d19b2e0.tar.xz
nixlib-bab6e6eb043ea3f1e4be130b807a94d24d19b2e0.tar.zst
nixlib-bab6e6eb043ea3f1e4be130b807a94d24d19b2e0.zip
nixos/gitlab: Remove todo about mysql support
GitLab has ended MySQL support.
https://about.gitlab.com/2019/06/27/removing-mysql-support/
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/misc/gitlab.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index bcf0603c6f39..66da6864fca9 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -1,7 +1,5 @@
 { config, lib, pkgs, utils, ... }:
 
-# TODO: support non-postgresql
-
 with lib;
 
 let