protonmail
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user