diff --git a/agreements b/agreements new file mode 100644 index 0000000..bf0bd5a --- /dev/null +++ b/agreements @@ -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 \ No newline at end of file diff --git a/flake.lock b/flake.lock index 7c708a8..0d30539 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/flake.nix b/flake.nix index 5fc6085..8cf53d7 100644 --- a/flake.nix +++ b/flake.nix @@ -262,7 +262,7 @@ LockPersonality = true; MemoryDenyWriteExecute = true; Environment = [ - "mtp::BIND=${cfg.ttpBind}" + "TTP_BIND=${cfg.ttpBind}" "BIND_ADDRESS=${cfg.bindAddress}" ]; }