emacs: remove ement, pantalaimon service
This commit is contained in:
parent
5dcd2d45c5
commit
57b741eafc
|
@ -67,7 +67,6 @@
|
||||||
|
|
||||||
# social-packages
|
# social-packages
|
||||||
mastodon
|
mastodon
|
||||||
ement
|
|
||||||
|
|
||||||
# ui-packages
|
# ui-packages
|
||||||
all-the-icons
|
all-the-icons
|
||||||
|
@ -125,23 +124,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pantalaimon = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
Default = {
|
|
||||||
LogLevel = "Debug";
|
|
||||||
SSL = true;
|
|
||||||
};
|
|
||||||
local-matrix = {
|
|
||||||
Homeserver = "https://matrix.xenia.me.uk";
|
|
||||||
ListenAddress = "127.0.0.1";
|
|
||||||
ListenPort = 8008;
|
|
||||||
SSL = false;
|
|
||||||
UseKeyring = true;
|
|
||||||
IgnoreVerification = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Emacs requirements
|
# Emacs requirements
|
||||||
|
|
Loading…
Reference in a new issue