From b7cf1ec9a645c03ac7fdabbaeff5362f72530bdd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 12 Apr 2025 17:06:54 +0200 Subject: hosts/server2: Use the internal stalwart directory --- hosts/by-name/server3/configuration.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'hosts/by-name/server3/configuration.nix') 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; -- cgit 1.4.1