Initial MTP Migration [Broken]

This commit is contained in:
Alex Emmet 2026-06-28 13:45:58 +02:00
commit ec7db39c5d
3 changed files with 19 additions and 11 deletions

8
agreements Normal file
View file

@ -0,0 +1,8 @@
This file reflects the current consent state used by the application.
It may be regenerated or overwritten by the application.
This file was last edited by Tensamin at:
UNIX-SECOND=1782646711
"EULA=true" indicates that you read, understood and accepted Tensamin's End User Licence agreement. You can find our EULA at https://legal.tensamin.net/eula/
EULA=true
EULA-VERSION=2.0
EULA-HASH=a1b2c3d4e5f6

20
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1778869304,
"narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=",
"lastModified": 1780243769,
"narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d233902339c02a9c334e7e593de68855ad26c4cb",
"rev": "331800de5053fcebacf6813adb5db9c9dca22a0c",
"type": "github"
},
"original": {
@ -64,11 +64,11 @@
]
},
"locked": {
"lastModified": 1779247103,
"narHash": "sha256-DwltBoBl9a7fCzlKi3xnNha1NHbfvawwkNdnTXEyfFQ=",
"lastModified": 1780543271,
"narHash": "sha256-oPJ7eJN1sM37v92Rp/eyQL7/rUm0BOvXEBAoq/zN0cM=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "86dbfb70dc1c2967245d87ed6d07d2c8bda305e3",
"rev": "c30ca201c5093540cf792f6982f81ba1aa0f3514",
"type": "github"
},
"original": {
@ -80,11 +80,11 @@
"ttp": {
"flake": false,
"locked": {
"lastModified": 1779304128,
"narHash": "sha256-C/z7JV4RxcuhdYE7vS+x4WJA1rXM/w03kjNfPPRi334=",
"lastModified": 1780494955,
"narHash": "sha256-i2VRRF6yNips3c4JHgfvmvMxb0HTkTCn69lmsKZLHRw=",
"ref": "refs/heads/main",
"rev": "3e3f939f64088cb01c13348b58c504593953ec0e",
"revCount": 122,
"rev": "23438fa8f884e6ad0d32ca1004c0dedcce0cc8d2",
"revCount": 125,
"type": "git",
"url": "https://git.methanium.net/tensamin/ttp.git"
},

View file

@ -262,7 +262,7 @@
LockPersonality = true;
MemoryDenyWriteExecute = true;
Environment = [
"mtp::BIND=${cfg.ttpBind}"
"TTP_BIND=${cfg.ttpBind}"
"BIND_ADDRESS=${cfg.bindAddress}"
];
}