diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-06-10 15:25:01 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-06-17 21:25:18 -0700 |
| commit | 0e041c74e846c75bea41314c9e2a18c6a7dc44e2 (patch) | |
| tree | 6958f03a531a32f91d85b7055cda2844e02b415b /flake.nix | |
| parent | aecfac7a404b86b26d28bfe2a3077d3b0a41eee4 (diff) | |
switch to using the upstream nixos mattermost module
this does start up correctly, creating its state directory and so on. it isn't yet world-visible, because we don't have the SSO set up yet. that's likely to make testing it difficult, which is unfortunate but necessary, since there's no way it's secure. Change-Id: I9f40c21c2d41f7e037299cc51a26fdee4d53d3af
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 5d92034..3d15290 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ nixosModules.default = { ... }: { imports = [ ./services/common/database.nix - ./services/mattermost/default.nix + ./services/mattermost.nix ]; }; |