Try element

This commit is contained in:
Invariantspace 2024-11-30 17:16:43 -08:00
parent 1821e54c69
commit 60579facc7
No known key found for this signature in database
GPG key ID: EBC4A20067373921
4 changed files with 9 additions and 8 deletions

View file

@ -53,7 +53,10 @@
# TODO: Remove this when possible # TODO: Remove this when possible
config.permittedInsecurePackages = [ config.permittedInsecurePackages = [
"olm-3.2.16" "aspnetcore-runtime-6.0.36"
"aspnetcore-runtime-wrapped-6.0.36"
"dotnet-sdk-6.0.428"
"dotnet-sdk-wrapped-6.0.428"
]; ];
overlays = [nix-custom.overlays.default]; overlays = [nix-custom.overlays.default];

View file

@ -13,11 +13,11 @@ in {
xdgCfg = config.xdg; xdgCfg = config.xdg;
in { in {
home.packages = with pkgs; [ home.packages = with pkgs; [
element-desktop
feishin feishin
jellyfin-mpv-shim jellyfin-mpv-shim
joplin-desktop joplin-desktop
lutris lutris
nheko
nvtopPackages.amd nvtopPackages.amd
picard picard
qbittorrent qbittorrent

View file

@ -14,12 +14,7 @@ in {
feishin feishin
lutris lutris
maliit-keyboard maliit-keyboard
(retroarch.override { retroarchFull
cores = with libretro; [
pcsx2
ppsspp
];
})
ryujinx ryujinx
winetricks winetricks
wineWowPackages.stagingFull wineWowPackages.stagingFull

View file

@ -59,6 +59,9 @@ with config.constants; {
''; '';
"matrix.${domain}".extraConfig = '' "matrix.${domain}".extraConfig = ''
reverse_proxy /_matrix/* ${homeSrv "conduit"} reverse_proxy /_matrix/* ${homeSrv "conduit"}
file_server {
root ${pkgs.element-web}
}
''; '';
"vault.${domain}".extraConfig = '' "vault.${domain}".extraConfig = ''
reverse_proxy ${localSrv "vault"} { reverse_proxy ${localSrv "vault"} {