nvm
This commit is contained in:
parent
120eaef4b2
commit
99d76c8713
1 changed files with 7 additions and 7 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue