pantalaimon

This commit is contained in:
Sakooooo 2024-08-13 01:45:18 +04:00
parent 264c3774c6
commit 9c4a44f5ef
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -132,6 +132,14 @@ in {
wantedBy = [ "multi-user.target" ];
};
services.pantalaimon-headless.instances = {
wires.cafe = {
ssl = true;
homeserver = "https://matrix.wires.cafe";
listenAddress = "127.0.0.1";
};
};
home-manager.users.sako = {lib, ...}: {
home.file = {
".emacs.d/init.el".source = pkgs.runCommand "init.el" {} ''