From 46a75ce485012aa1d4ab0cfd0a8516ad0410ae58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 31 May 2024 21:46:49 -0300 Subject: [PATCH] fixup! treewide: format using nixfmt-rfc-style --- hosts/phantom/email.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/phantom/email.nix b/hosts/phantom/email.nix index 6d85d95..c218977 100644 --- a/hosts/phantom/email.nix +++ b/hosts/phantom/email.nix @@ -26,7 +26,11 @@ loginAccounts = { "lelgenio@lelgenio.com" = { hashedPassword = "$2y$05$z5s7QCXcs5uTFsfyYpwNJeWzb3RmzgWxNgcPCr0zjSytkLFF/qZmS"; - aliases = [ "postmaster@lelgenio.com" "lelgenio@lelgenio.xyz" "lelgenio@lelgenio.xyz" ]; + aliases = [ + "postmaster@lelgenio.com" + "lelgenio@lelgenio.xyz" + "lelgenio@lelgenio.xyz" + ]; }; "noreply@git.lelgenio.com" = { hashedPassword = "$2b$05$TmR1R7ZwXfec7yrOfeBL7u3ZtyXf0up5dEO6uMWSvb/O7LPEm.j0.";