]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - virtual/modules/websites/tools/mediagoblin/default.nix
Move all fixmes to mantisbt issue tracking
[perso/Immae/Config/Nix.git] / virtual / modules / websites / tools / mediagoblin / default.nix
index 388f6b3617867c7f65e9d4784fec8031f242c0ff..99bdce1bb16997a0d6260bb87d29b5df25b34079 100644 (file)
@@ -11,8 +11,6 @@ in {
   };
 
   config = lib.mkIf cfg.enable {
-    # FIXME: Can we use dynamic users from systemd?
-    # nixos/modules/misc/ids.nix
     ids.uids.mediagoblin = 397;
     ids.gids.mediagoblin = 397;
 
@@ -89,8 +87,6 @@ in {
       unitConfig.RequiresMountsFor = mediagoblin.varDir;
     };
 
-    # FIXME: background jobs and upload
-    # FIXME: initial sync
     system.activationScripts.mediagoblin = {
       deps = [ "users" ];
       text = ''
@@ -105,7 +101,6 @@ in {
 
     services.myWebsites.tools.modules = [
       "proxy" "proxy_http" "proxy_balancer"
-      # FIXME: probably only one balancer method is needed:
       "lbmethod_byrequests" "lbmethod_bytraffic" "lbmethod_bybusyness" "lbmethod_heartbeat"
     ];
     users.users.wwwrun.extraGroups = [ "mediagoblin" ];