From 33f0eec3665208b8573ec5cc876965529833ffe0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 22 Jul 2025 13:52:52 +0200 Subject: [PATCH] disable rabbitmq (we don't need it and it doesn't compile rn) --- nixos/hosts/queen/configuration.nix | 2 +- nixos/server/package-configs/nextcloud/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 2a3bd54..2a5c20a 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -74,7 +74,7 @@ python310 # python310Packages.nbconvert jupyter - rabbitmq-server + # rabbitmq-server roundcube roundcubePlugins.contextmenu roundcubePlugins.carddav diff --git a/nixos/server/package-configs/nextcloud/default.nix b/nixos/server/package-configs/nextcloud/default.nix index 3367dbd..6303425 100644 --- a/nixos/server/package-configs/nextcloud/default.nix +++ b/nixos/server/package-configs/nextcloud/default.nix @@ -101,9 +101,9 @@ # #jwtSecretFile = config.sops.secrets."local.json".path; # }; - services.rabbitmq = { - enable = true; - }; + # services.rabbitmq = { + # enable = true; + # }; systemd.services."sops-nix.service" = { before = [