This commit is contained in:
Sakooooo 2024-08-13 01:57:11 +04:00
parent 120eaef4b2
commit 99d76c8713
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -132,13 +132,13 @@ in {
wantedBy = [ "multi-user.target" ];
};
services.pantalaimon-headless.instances = {
"wires.cafe" = {
ssl = true;
homeserver = "https://matrix.wires.cafe";
listenAddress = "127.0.0.1";
};
};
# 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 = {