From 5b44dcec12d54dc2a8cc54ba49c995aa7bcde7be Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 29 Jan 2024 13:43:32 -0600 Subject: Update config to name it orsus.id --- configuration.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4ecb878..a03c986 100644 --- a/configuration.nix +++ b/configuration.nix @@ -44,17 +44,16 @@ in { services.rabbitmq = { enable = true; - managementPlugin.enable = true; + managementPlugin.enable = false; }; - - systemd.services.ann = { enable = true; description = "Ann"; environment = { ANN_DB_URL = "sqlite3:/srv/ann/ann.db"; ANN_INTERFACE = "0.0.0.0"; + ANN_DOMAIN = "orsus.id"; }; script = '' echo "Running migrations" @@ -149,7 +148,7 @@ in { enableACME = true; }; - virtualHosts."ann.sh" = { + virtualHosts."orsus.id" = { enableACME = true; addSSL = true; -- cgit v1.2.3