restore matrix server
This commit is contained in:
parent
7366d8efbe
commit
9ecfaa1c49
5 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,7 @@
|
|||
../cli.nix
|
||||
./print-server.nix
|
||||
./restic-server.nix
|
||||
./matrix-server.nix
|
||||
];
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
listeners = [
|
||||
{
|
||||
port = 8008;
|
||||
bind_address = "brix.cyplo.github.beta.tailscale.net";
|
||||
bind_address = "bolty.cyplo.github.beta.tailscale.net";
|
||||
type = "http";
|
||||
tls = false;
|
||||
x_forwarded = true;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
../cli.nix
|
||||
./nginx.nix
|
||||
./folding.nix
|
||||
./matrix-front.nix
|
||||
];
|
||||
|
||||
systemd.extraConfig = ''
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
'';
|
||||
|
||||
locations."/_matrix" = {
|
||||
proxyPass = "http://brix:8008"; # without a trailing /
|
||||
proxyPass = "http://bolty:8008"; # without a trailing /
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
users.extraUsers.cyryl.extraGroups = [ "kvm" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
virtmanager qemu
|
||||
virtmanager qemu swtpm
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue