Add pantalaimon service for matrix encryption in ement.el
This commit is contained in:
parent
7fce1946ba
commit
3000e4f3d0
|
@ -98,20 +98,36 @@
|
|||
elfeed-tube-mpv
|
||||
];
|
||||
};
|
||||
services.git-sync = {
|
||||
enable = true;
|
||||
repositories = with config.home; {
|
||||
org = {
|
||||
path = "${homeDirectory}/Org";
|
||||
uri = "git+https://git.xenia.me.uk/xenia/org.git";
|
||||
services = {
|
||||
git-sync = {
|
||||
enable = true;
|
||||
repositories = with config.home; {
|
||||
org = {
|
||||
path = "${homeDirectory}/Org";
|
||||
uri = "git+https://git.xenia.me.uk/xenia/org.git";
|
||||
};
|
||||
references = {
|
||||
path = "${homeDirectory}/References";
|
||||
uri = "git+https://git.xenia.me.uk/xenia/references.git";
|
||||
};
|
||||
elfeed = {
|
||||
path = "${homeDirectory}/.elfeed";
|
||||
uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
||||
};
|
||||
};
|
||||
references = {
|
||||
path = "${homeDirectory}/References";
|
||||
uri = "git+https://git.xenia.me.uk/xenia/references.git";
|
||||
};
|
||||
elfeed = {
|
||||
path = "${homeDirectory}/.elfeed";
|
||||
uri = "git+https://git.xenia.me.uk/xenia/elfeed.git";
|
||||
};
|
||||
pantalaimon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Default = {
|
||||
LogLevel = "Debug";
|
||||
SSL = true;
|
||||
};
|
||||
local-matrix = {
|
||||
Homeserver = "https://matrix.tchncs.de";
|
||||
ListenAddress = "127.0.0.1";
|
||||
ListenPort = 8008;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue