Try element
This commit is contained in:
parent
1821e54c69
commit
a090d9caa3
3 changed files with 6 additions and 2 deletions
|
|
@ -13,11 +13,11 @@ in {
|
|||
xdgCfg = config.xdg;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
feishin
|
||||
jellyfin-mpv-shim
|
||||
joplin-desktop
|
||||
lutris
|
||||
nheko
|
||||
nvtopPackages.amd
|
||||
picard
|
||||
qbittorrent
|
||||
|
|
|
|||
|
|
@ -59,6 +59,9 @@ with config.constants; {
|
|||
'';
|
||||
"matrix.${domain}".extraConfig = ''
|
||||
reverse_proxy /_matrix/* ${homeSrv "conduit"}
|
||||
file_server {
|
||||
root ${pkgs.element-web}
|
||||
}
|
||||
'';
|
||||
"vault.${domain}".extraConfig = ''
|
||||
reverse_proxy ${localSrv "vault"} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue