about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-12 17:06:54 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-12 17:06:54 +0200
commita6f813248cc56b87f4d67430736789188a37cc9d (patch)
tree82cddef7597ab9cd0acabb2a9921a61e1a9982ee
parenttests/email-http: Test the http self-service availability (diff)
downloadnixos-server-a6f813248cc56b87f4d67430736789188a37cc9d.zip
hosts/server2: Use the internal stalwart directory
Diffstat (limited to '')
-rw-r--r--hosts/by-name/server3/configuration.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix
index 7f5bce5..6966e58 100644
--- a/hosts/by-name/server3/configuration.nix
+++ b/hosts/by-name/server3/configuration.nix
@@ -84,19 +84,7 @@
         verificationMode = "strict";
       };
       openFirewall = true;
-      principals = [
-        {
-          class = "individual";
-          name = "soispha";
-          secret = "$2b$05$XX36sJuHNbTFvi8DFldscOeQBHahluSkiUqD9QGzQaET7NJusSuQW";
-          email = [
-            "soispha@vhack.eu"
-            "abuse@vhack.eu"
-            "postmaster@vhack.eu"
-            "admin@vhack.eu"
-          ];
-        }
-      ];
+      principals = null;
     };
     postgresql.enable = true;
     rust-motd.enable = true;