Compare commits

..

No commits in common. "410d4e44a84da46a189c379f2a4cfc5e4d020c22" and "4fa544b43053d931fd2458568fbc7781beef87e1" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -27,7 +27,7 @@ in
services.matrix-ooye = { services.matrix-ooye = {
enable = true; enable = true;
homeserver = "https://matrix.pvv.ntnu.no"; homeserver = "https://matrix.pvv.ntnu.no";
homeserverName = "pvv.ntnu.no"; homeserverName = "matrix.pvv.ntnu.no";
discordTokenPath = config.sops.secrets."matrix/ooye/discord_token".path; discordTokenPath = config.sops.secrets."matrix/ooye/discord_token".path;
discordClientSecretPath = config.sops.secrets."matrix/ooye/discord_client_secret".path; discordClientSecretPath = config.sops.secrets."matrix/ooye/discord_client_secret".path;
bridgeOrigin = "https://ooye.pvv.ntnu.no"; bridgeOrigin = "https://ooye.pvv.ntnu.no";
@ -59,8 +59,6 @@ in
}; };
services.nginx.virtualHosts."ooye.pvv.ntnu.no" = { services.nginx.virtualHosts."ooye.pvv.ntnu.no" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:${cfg.socket}"; locations."/".proxyPass = "http://localhost:${cfg.socket}";
}; };
} }

View File

@ -6,12 +6,12 @@
buildNpmPackage, buildNpmPackage,
}: }:
buildNpmPackage { buildNpmPackage {
pname = "delete-your-element"; pname = "out-of-your-element";
version = "3.1-unstable-2025-06-22"; version = "3.1-unstable-2025-06-21";
src = fetchgit { src = fetchgit {
url = "https://git.pvv.ntnu.no/Drift/delete-your-element.git"; url = "https://gitdab.com/cadence/out-of-your-element.git";
rev = "cdc3b95858419568c7058d4f0056b14dbbf1152b"; rev = "efaa59ca9293a56b57d997d3dc7c5bd7564d07d4";
sha256 = "sha256-v6PFyduwve6uwqBB5mzXMP09GwaxGjv1xIzgs/Eeolc="; sha256 = "sha256-KxpmqxELXWCAPefa2bHyFTtPkvZkaeZqEL9fi6w6rLw=";
}; };
npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo="; npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo=";
dontNpmBuild = true; dontNpmBuild = true;