update plex
Some checks failed
Plex Update / update (push) Has been cancelled

This commit is contained in:
Vivian 2025-01-27 15:08:10 +01:00
parent 163b0b255a
commit 30325bac2f
4 changed files with 111 additions and 109 deletions

View file

@ -79,6 +79,11 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"dotnet-sdk-6.0.428"
"aspnetcore-runtime-6.0.36"
];
# Limit the systemd journal to 100 MB of disk or the
# last 7 days of logs, whichever happens first.
services.journald.extraConfig = ''

View file

@ -43,11 +43,12 @@ in {
systemd.services.rtorrent.after = [ "nfs-client.target" ];
services.v.flood = {
services.flood = {
enable = true;
host = "0.0.0.0";
openFirewall = true;
inherit (config.services.rtorrent) downloadDir;
extraArgs = [ ];
# inherit (config.services.rtorrent) downloadDir;
};
vault-secrets.secrets.rtorrent = { services = [ "wg-quick-wg0" ]; };

View file

@ -1,14 +1,14 @@
[
{
"version": "1.41.3.9314",
"version": "1.41.4.9399",
"platform": "aarch64-linux",
"url": "https://downloads.plex.tv/plex-media-server-new/1.41.3.9314-a0bfb8370/debian/plexmediaserver_1.41.3.9314-a0bfb8370_arm64.deb",
"hash": "0dx39rx2n5z29c8bsdza3fpz6dxz9w2f0ay4x9j6x4aqflrcql1i"
"url": "https://downloads.plex.tv/plex-media-server-new/1.41.4.9399-96e35ac06/debian/plexmediaserver_1.41.4.9399-96e35ac06_arm64.deb",
"hash": "1q8vyrp0634f3wcjdixdi1h7609xsxvw5754b5rbrlfr9k1aqg1c"
},
{
"version": "1.41.3.9314",
"version": "1.41.4.9399",
"platform": "x86_64-linux",
"url": "https://downloads.plex.tv/plex-media-server-new/1.41.3.9314-a0bfb8370/debian/plexmediaserver_1.41.3.9314-a0bfb8370_amd64.deb",
"hash": "0cpwpig0wmb8p6d3l1izp06dyv5ry2qd7vjq7d6dn080099pmvcj"
"url": "https://downloads.plex.tv/plex-media-server-new/1.41.4.9399-96e35ac06/debian/plexmediaserver_1.41.4.9399-96e35ac06_amd64.deb",
"hash": "1r0458arp0574j76gm1klg0y02jrk9hhb65wpj3ib5qsjrricn7j"
}
]