feat: install element.
This commit is contained in:
parent
882add1886
commit
377e610395
2 changed files with 4 additions and 25 deletions
|
|
@ -21,6 +21,7 @@
|
|||
qbittorrent
|
||||
pavucontrol
|
||||
fluffychat
|
||||
element-desktop
|
||||
];
|
||||
|
||||
# Install keepassxc
|
||||
|
|
|
|||
|
|
@ -11,29 +11,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.conduit.serviceConfig = {
|
||||
EnvironmentFile = ["${config.age.secrets.conduit.path}"];
|
||||
};
|
||||
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.conduit.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://localhost:6167";
|
||||
}
|
||||
];
|
||||
|
||||
routers.conduit = {
|
||||
rule = "Host(`matrix.cronyakatsuki.xyz`)";
|
||||
tls = {
|
||||
certResolver = "porkbun";
|
||||
};
|
||||
service = "conduit";
|
||||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/matrix-conduit"];
|
||||
server.paths = ["/var/lib/matrix-conduit"];
|
||||
};
|
||||
# systemd.services.conduit.serviceConfig = {
|
||||
# EnvironmentFile = ["${config.age.secrets.conduit.path}"];
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue