protonmail

This commit is contained in:
mjallen18
2025-11-25 13:17:35 -06:00
parent 16151dffdb
commit f1074d7b24

View File

@@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
namespace,
...
}:
@@ -18,6 +19,10 @@ in
'';
services = {
protonmail-server = {
enable = true;
path = with pkgs; [ pass gnome-keyring ];
};
matter-server = {
enable = true;
port = 5580;