about summary refs log tree commit diff stats
path: root/modules/by-name/ng
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-20 16:14:55 +0100
committerSilas Schöffel <sils@sils.li>2025-01-20 16:14:55 +0100
commit281478f061ce87b126edbc3e76cb793921203ca2 (patch)
tree973dabbd709ddbf12ccd062ccc3c4b13a0bd86f5 /modules/by-name/ng
parentfeat(miniflux): init module, host on server2 (diff)
downloadnixos-server-281478f061ce87b126edbc3e76cb793921203ca2.zip
feat(modules/gallery): init
Diffstat (limited to 'modules/by-name/ng')
-rw-r--r--modules/by-name/ng/nginx/module.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/by-name/ng/nginx/module.nix b/modules/by-name/ng/nginx/module.nix
index 39919c9..27b0302 100644
--- a/modules/by-name/ng/nginx/module.nix
+++ b/modules/by-name/ng/nginx/module.nix
@@ -66,15 +66,6 @@ in {
     services.nginx = {
       enable = true;
       virtualHosts = redirects;
-
-      # FIXME(@bpeetz): Migrate to a host. <2024-12-25>
-      #  {
-      #    "gallery.s-schoeffel.de" = {
-      #      forceSSL = true;
-      #      enableACME = true;
-      #      root = "/srv/gallery.s-schoeffel.de";
-      #    };
-      #  }
     };
   };
 }