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" ]; wantedBy = [ "multi-user.target" ];
}; };
services.pantalaimon-headless.instances = { # services.pantalaimon-headless.instances = {
"wires.cafe" = { # "wires.cafe" = {
ssl = true; # ssl = true;
homeserver = "https://matrix.wires.cafe"; # homeserver = "https://matrix.wires.cafe";
listenAddress = "127.0.0.1"; # listenAddress = "127.0.0.1";
}; # };
}; # };
home-manager.users.sako = {lib, ...}: { home-manager.users.sako = {lib, ...}: {
home.file = { home.file = {