pantalaimon
This commit is contained in:
parent
264c3774c6
commit
9c4a44f5ef
1 changed files with 8 additions and 0 deletions
|
@ -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" {} ''
|
||||
|
|
Loading…
Reference in a new issue