about summary refs log tree commit diff
path: root/nixosConfigurations/manwe/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-09-20 15:26:47 +0300
committerAzat Bahawi <azat@bahawi.net>2023-09-20 15:26:47 +0300
commit837fc97b30a41d766dd53a2370f6cb1d26364f9a (patch)
tree63ae83af789930c9a2035b9f9e43fbee166ab27b /nixosConfigurations/manwe/default.nix
parent2023-09-16 (diff)
2023-09-20
Diffstat (limited to '')
-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.

Consider giving Nix/NixOS a try! <3