media updates and more

This commit is contained in:
Matt Nish-Lapidus 2025-06-18 09:46:08 -04:00
parent 78d5b69fab
commit e054f9cac1
3 changed files with 25 additions and 13 deletions

24
flake.lock generated
View file

@ -90,11 +90,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1750216540, "lastModified": 1750237806,
"narHash": "sha256-BbGRPoz7mN4djpiJr/mlNgug4XvNsvaSsL0Pa5xd/EI=", "narHash": "sha256-2CmtuWDAxP/o14TeKXQa0BtHMALKjFAmoU4DaWX78zk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "48efb8d3ac1f59a07031251ffca7affaee4f018d", "rev": "90856b1b570da027a768a8b8c11d49be723a7856",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -891,11 +891,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable" "xwayland-satellite-unstable": "xwayland-satellite-unstable"
}, },
"locked": { "locked": {
"lastModified": 1750217223, "lastModified": 1750230031,
"narHash": "sha256-F4IZxpZBQMubMzt/Ye6aNh4yY537qrKEI51G4SApmTA=", "narHash": "sha256-h1aDeX8j10N0pHqdvmVoLQsnTwj1TbxeTPos7x1wuZA=",
"owner": "sodiboo", "owner": "sodiboo",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "e05506ee00f7db56db951bde1c5dbc3a8a6208b6", "rev": "1fc50d02ad4fe47daa5c22f9fa116ca220ab5154",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -924,11 +924,11 @@
"niri-unstable": { "niri-unstable": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1750142220, "lastModified": 1750225787,
"narHash": "sha256-5gUJXh0/mm1YIsLhWgaGitUtGsQvrYRsT4zmGmRHn9M=", "narHash": "sha256-7O/8CChaOhSBSu94McHE0vyH0o+J5R4exq2DDq4zHAg=",
"owner": "YaLTeR", "owner": "YaLTeR",
"repo": "niri", "repo": "niri",
"rev": "e53f8527b0517cf965961ae729b7dd631ed76db5", "rev": "ed14e8da8476d5fde27b14d1dde03256a2f6e11b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1112,11 +1112,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1749995256, "lastModified": 1750151854,
"narHash": "sha256-LEGfcombb0otUf23oAmYCXR4+lMQKa49XmU0G5HItGI=", "narHash": "sha256-3za+1J9FifMetO7E/kwgyW+dp+8pPBNlWKfcBovnn6M=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "daa45f10955cc2207ac9c5f0206774d2f757c162", "rev": "ad5c70bcc5cc5178205161b7a7d61a6e80f6d244",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -43,6 +43,17 @@
}); });
}) })
# (final: prev: {
# manifold = prev.manifold.overrideAttrs (old: {
# cmakeFlags = [
# "-DBUILD_SHARED_LIBS=ON"
# "-DMANIFOLD_TEST=ON"
# "-DMANIFOLD_CROSS_SECTION=OFF"
# "-DMANIFOLD_PAR=TBB"
# ];
# });
# })
# adds wine patch that makes softube plugin ui work # adds wine patch that makes softube plugin ui work
(final: prev: { (final: prev: {
wineWowPackages.stagingFull = pkgs-stable.wineWowPackages.stagingFull.overrideAttrs wineWowPackages.stagingFull = pkgs-stable.wineWowPackages.stagingFull.overrideAttrs

View file

@ -168,7 +168,7 @@
nixarr = { nixarr = {
enable = true; enable = true;
# mediaDir = "/mnt/filez/media"; mediaDir = "/mnt/filez/media/downloads";
stateDir = "/data/media/.state/nixarr"; stateDir = "/data/media/.state/nixarr";
mediaUsers = [ mediaUsers = [
@ -195,6 +195,7 @@
enable = true; enable = true;
openFirewall = true; openFirewall = true;
whitelistHostnames = [ "media-server" ]; whitelistHostnames = [ "media-server" ];
}; };
bazarr.enable = true; bazarr.enable = true;