summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
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 {