fix unnecessary thunderbird account integration

This commit is contained in:
2025-07-17 23:55:49 +02:00
parent 24379e16fd
commit 69ce708f8f

View File

@@ -15,7 +15,7 @@
realName = "Romain Paquet";
primary = true;
flavor = "migadu.com";
thunderbird.enable = true;
thunderbird.enable = config.programs.thunderbird.enable;
};
"admin@rpqt.fr" = {
@@ -40,5 +40,13 @@
};
thunderbird.enable = config.programs.thunderbird.enable;
};
"admin@turifer.dev" = {
address = "admin@turifer.dev";
aliases = [ "postmaster@turifer.dev" ];
realName = "Postmaster";
flavor = "migadu.com";
thunderbird.enable = config.programs.thunderbird.enable;
};
};
}