diff --git a/modules/mailserver.nix b/modules/mailserver.nix
index 2e25ef2..2471adc 100644
--- a/modules/mailserver.nix
+++ b/modules/mailserver.nix
@@ -62,6 +62,7 @@ with lib;
           "higdry@cochrun.xyz"
           "clin@cochrun.xyz"
         ];
+        catchAll = [ dn ];
       };
     };
   };
diff --git a/systems/dalinar/configuration.nix b/systems/dalinar/configuration.nix
index 648dc55..4b48d7f 100644
--- a/systems/dalinar/configuration.nix
+++ b/systems/dalinar/configuration.nix
@@ -280,21 +280,6 @@
         reverse_proxy localhost:2283
       '';
     };
-    # virtualHosts = {
-    #   "piped.cochrun.xyz".extraConfig = ''
-    #     reverse_proxy http://127.0.0.1:8085
-    #   '';
-    # };
-    # virtualHosts = {
-    #   "pipedapi.cochrun.xyz".extraConfig = ''
-    #     reverse_proxy http://127.0.0.1:8085
-    #   '';
-    # };
-    # virtualHosts = {
-    #   "pipedproxy.cochrun.xyz".extraConfig = ''
-    #     reverse_proxy http://127.0.0.1:8085
-    #   '';
-    # };
     virtualHosts = {
       "inv.cochrun.xyz".extraConfig = ''
         reverse_proxy http://127.0.0.1:3000
@@ -310,11 +295,6 @@
         reverse_proxy localhost:4848
       '';
     };
-   #virtualHosts = {
-   #  "livingseedco.shop".extraConfig = ''
-   #    reverse_proxy localhost:8282
-   #  '';
-   #};
     virtualHosts = {
       "sonarr.cochrun.xyz".extraConfig = ''
         reverse_proxy localhost:7879
@@ -335,6 +315,11 @@
         reverse_proxy localhost:3000
       '';
     };
+    virtualHosts = {
+      "prowlarr.cochrun.xyz".extraConfig = ''
+        reverse_proxy localhost:9696
+      '';
+    };
     virtualHosts = {
       "ombi.cochrun.xyz".extraConfig = ''
         reverse_proxy localhost:3579
@@ -348,26 +333,6 @@
         }
       '';
     };
-    # virtualHosts = {
-    #   "truthmatters.cc".extraConfig = ''
-    #     encode gzip
-    #     root * /srv/truthmatters
-	  #     file_server        
-    #     header {
-    #           Access-Control-Allow-Origin *
-    #     }
-    #   '';
-    # };
-    # virtualHosts = {
-    #   "new.luctorcrc.org".extraConfig = ''
-    #     encode gzip
-    #     root * /srv/luctorcrc
-	  #     file_server        
-    #     header {
-    #           Access-Control-Allow-Origin *
-    #     }
-    #   '';
-    # };
     virtualHosts = {
       "nc.cochrun.xyz".extraConfig = ''
         reverse_proxy localhost:8080