about summary refs log tree commit diff
path: root/configurations/manwe/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-21 19:13:09 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-21 19:13:09 +0300
commit603f14bd7c9e19f25b192c833c45f73c2bb9ccaa (patch)
treeda410c3177c6049cbcac0f73a8ec1c40a5f9e5e3 /configurations/manwe/default.nix
parent2022-08-20 (diff)
2022-08-21
Diffstat (limited to '')
-rw-r--r--configurations/manwe/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix
index 1adc93d..bb54c1b 100644
--- a/configurations/manwe/default.nix
+++ b/configurations/manwe/default.nix
@@ -34,10 +34,14 @@ with lib; {
       enable = true;
       domain = my.domain.azahi;
     };
+    radicale.enable = true;
+    rss-bridge.enable = true;
+    shadowsocks.enable = true;
     soju = {
       enable = true;
       domain = my.domain.azahi;
     };
+    vaultwarden.enable = true;
   };
 
   services.prometheus = {

Consider giving Nix/NixOS a try! <3