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