chore: Update Nixarr

This commit is contained in:
2025-06-02 09:59:08 -06:00
parent abd5349e90
commit 75a19f66ad
3 changed files with 10 additions and 10 deletions

13
flake.lock generated
View File

@@ -570,15 +570,16 @@
"website-builder": "website-builder" "website-builder": "website-builder"
}, },
"locked": { "locked": {
"lastModified": 1742243092, "lastModified": 1748878133,
"narHash": "sha256-pTMB/aLTufgNX3rJlT5Ia64TofZxOdEGMl9nfc3D++o=", "narHash": "sha256-jIUBQPBjlcrCa6Teh8HgEb7iLRQjDgLfuzeoSDL0BlQ=",
"owner": "rasmus-kirk", "owner": "rasmus-kirk",
"repo": "nixarr", "repo": "nixarr",
"rev": "046ec8d875611ec2c93d5c45eebf6b46f0f350e8", "rev": "02449686c76e0c23ecd74403888231a88e2e0fd3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "rasmus-kirk", "owner": "rasmus-kirk",
"ref": "beta",
"repo": "nixarr", "repo": "nixarr",
"type": "github" "type": "github"
} }
@@ -1168,11 +1169,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741594814, "lastModified": 1748552643,
"narHash": "sha256-YPAIywsWZVhQuy/cPJLi3PiWgoWDrqvQCBytXeSQYCk=", "narHash": "sha256-UI3dlA/6WOitW3ejPhwYvB/yxrVWpdTmh96Hl8CEUis=",
"owner": "rasmus-kirk", "owner": "rasmus-kirk",
"repo": "website-builder", "repo": "website-builder",
"rev": "e0239195b33103a4923011d8e96ef39a3397631b", "rev": "f399b9c89d45a0150ce6230c6df23f62f9c3cf89",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -19,7 +19,7 @@
nixcord.url = "github:KaylorBen/nixcord"; nixcord.url = "github:KaylorBen/nixcord";
vpn-confinement.url = "github:Maroka-chan/VPN-Confinement"; vpn-confinement.url = "github:Maroka-chan/VPN-Confinement";
nixarr = { nixarr = {
url = "github:rasmus-kirk/nixarr"; url = "github:rasmus-kirk/nixarr/beta";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.vpnconfinement.follows = "vpn-confinement"; inputs.vpnconfinement.follows = "vpn-confinement";
}; };

View File

@@ -45,9 +45,8 @@ in {
"cred=/run/secrets/buffalo-nas-creds" "cred=/run/secrets/buffalo-nas-creds"
# Wait for network availability before attempting mount. # Wait for network availability before attempting mount.
"_netdev" "_netdev"
# It appears that the group/user names used by Nixarr are hard-coded. "uid=${config.util-nixarr.globals.libraryOwner.user}"
"gid=media" "gid=${config.util-nixarr.globals.libraryOwner.group}"
"uid=streamer"
# Mysteriously, 0664 doesn't work… # Mysteriously, 0664 doesn't work…
"dir_mode=0770" "dir_mode=0770"
"file_mode=0770" "file_mode=0770"