From aecfac7a404b86b26d28bfe2a3077d3b0a41eee4 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 5 Jun 2025 18:01:02 -0700 Subject: add database setup; export everything from the flake as a module database.nix is substantially copied from the ISL config repo, with a few changes to make it more generic and usable by others I also removed stuff in mattermost.nix that wasn't doing anything; I'll detail that in comments Change-Id: I0ff6ea69f293dc4070f277f30ae0fde5254cd87c --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ba78e40..5d92034 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,10 @@ nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; }); in { nixosModules.default = { ... }: { - imports = [ ]; + imports = [ + ./services/common/database.nix + ./services/mattermost/default.nix + ]; }; devShells = forAllSystems (system: let pkgs = nixpkgsFor.${system}; in { -- cgit 1.4.1