From 0624f05cd4de5aa6278034e1f9ed1b7e5d6e5fc2 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 27 May 2024 18:05:30 +0200 Subject: [PATCH] style: treefmt --- hosts/metronom/mail.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/metronom/mail.nix b/hosts/metronom/mail.nix index d1379e9..9b28816 100644 --- a/hosts/metronom/mail.nix +++ b/hosts/metronom/mail.nix @@ -12,9 +12,7 @@ mailserver = { enable = true; fqdn = "mail.pub.solar"; - domains = [ - "pub.solar" - ]; + domains = [ "pub.solar" ]; # A list of all login accounts. To create the password hashes, use # nix-shell -p mkpasswd --run 'mkpasswd -R11 -m bcrypt'