From a5365ec3d924a91abdd80c4f58d2158472788de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 21 Jan 2019 21:06:33 +0100 Subject: Move all fixmes to mantisbt issue tracking Fixes https://git.immae.eu/mantisbt/view.php?id=111 --- virtual/modules/databases/default.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'virtual/modules/databases/default.nix') diff --git a/virtual/modules/databases/default.nix b/virtual/modules/databases/default.nix index b896428..e3a5612 100644 --- a/virtual/modules/databases/default.nix +++ b/virtual/modules/databases/default.nix @@ -57,18 +57,11 @@ in { networking.firewall.allowedTCPPorts = [ 3306 5432 ]; - # FIXME: initial sync - # FIXME: backup - # FIXME: restart after pam - # FIXME: pam access doesn’t work (because of php module) - # FIXME: ssl services.mysql = rec { enable = cfg.mariadb.enable; package = pkgs.mariadb; }; - # Cannot use eldiron: psql complains too much rights on the key, and - # setfacl cannot work properly because of acme prestart script security.acme.certs."postgresql" = config.services.myCertificates.certConfig // { user = "postgres"; group = "postgres"; @@ -83,7 +76,6 @@ in { install -m 0755 -o postgres -g postgres -d /run/postgresql ''; - # FIXME: initial sync services.postgresql = rec { enable = cfg.postgresql.enable; package = pkgs.postgresql; @@ -161,7 +153,6 @@ in { } ]; - # FIXME: backup # Diaspora: 15 # Nextcloud: 14 # Mastodon: 13 -- cgit v1.2.3