From 68d4e6c84df946b0aa29ce11f8fa3c78be387147 Mon Sep 17 00:00:00 2001 From: muon Date: Sun, 13 Apr 2025 15:09:01 +0000 Subject: [PATCH] Add dash port --- hosts/muho/configuration.nix | 2 ++ hosts/ports.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/muho/configuration.nix b/hosts/muho/configuration.nix index 3372737..6514ca8 100644 --- a/hosts/muho/configuration.nix +++ b/hosts/muho/configuration.nix @@ -41,7 +41,9 @@ in { mods.server.git.enable = true; mods.server.cal.enable = true; mods.server.chat.enable = true; + mods.server.dash.enable = true; + mods.server.nginx.ports.dash = 3009; mods.server.vrising.enable = true; diff --git a/hosts/ports.nix b/hosts/ports.nix index fc7fcfb..d61648b 100644 --- a/hosts/ports.nix +++ b/hosts/ports.nix @@ -8,7 +8,7 @@ git = 3006; cal = 3007; chat = 3008; - dash = 3009; + # dash = 3009; search = 8081; videos = 8082;