From 0a1311252b1a4e03d4c837da2fe36ee9e5954bec Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 3 Feb 2023 21:40:51 +0100 Subject: [PATCH] hosts/schule: remove mongodb due to license issues --- hosts/schule/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/schule/configuration.nix b/hosts/schule/configuration.nix index 3b7bee3..db2f209 100644 --- a/hosts/schule/configuration.nix +++ b/hosts/schule/configuration.nix @@ -119,9 +119,5 @@ package = pkgs.mariadb; }; - services.mongodb = { - enable = true; - }; - system.stateVersion = "22.11"; }