summaryrefslogtreecommitdiff
path: root/nixosConfigurations/manwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixosConfigurations/manwe/default.nix')
-rw-r--r--nixosConfigurations/manwe/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixosConfigurations/manwe/default.nix b/nixosConfigurations/manwe/default.nix
index 267654d..c2ac8be 100644
--- a/nixosConfigurations/manwe/default.nix
+++ b/nixosConfigurations/manwe/default.nix
@@ -5,7 +5,7 @@
}:
with lib; {
imports = [
- ./mailserver.nix
+ ./mailserver
./webserver.nix
];
@@ -23,6 +23,7 @@ with lib; {
monitoring.enable = true;
postgresql.enable = true;
+ clickhouse.enable = true;
git.server = {
enable = true;
@@ -43,6 +44,7 @@ with lib; {
};
vaultwarden.enable = true;
ntfy.enable = true;
+ plausible.enable = true;
};
# A VPN to play old LAN games with the boys.