Compare commits

..

3 Commits

Author SHA1 Message Date
eaec89e698 qbt: settings 2025-03-25 11:27:08 -04:00
a0dc72b3b0 deploy: target public ip 2025-03-25 11:26:49 -04:00
9970e33bfb flake update 2025-03-25 11:26:33 -04:00
3 changed files with 10 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
nixos-rebuild switch --flake .#muffin --target-host root@server --build-host root@server --verbose nixos-rebuild switch --flake .#muffin --target-host root@server-public --build-host root@server-public --verbose

12
flake.lock generated
View File

@@ -198,11 +198,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1742631601, "lastModified": 1742806253,
"narHash": "sha256-yJ3OOAmsGAxSl0bTmKUp3+cEYtSS+V6hUPK2rYhIPr8=", "narHash": "sha256-zvQ4GsCJT6MTOzPKLmlFyM+lxo0JGQ0cSFaZSACmWfY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "380ed15bcd6440606c6856db44a99140d422b46f", "rev": "ecaa2d911e77c265c2a5bac8b583c40b0f151726",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -214,11 +214,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1742735568, "lastModified": 1742827197,
"narHash": "sha256-979zbJFSn3aPWt5N+dt9N5n1BULL1W6sdoPEDGOSW4Y=", "narHash": "sha256-Kk4R74Bp49I2FpX1FQtOiRbc79zMnmzgUE0xXJvy9Ys=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0ab4a35ea3f79f11018702be57548589170f93f6", "rev": "f7e08e59e383f6ebf6e921b9191b4b7c32706206",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -62,14 +62,14 @@
serverConfig.BitTorrent = { serverConfig.BitTorrent = {
Session = { Session = {
GlobalUPSpeedLimit = 1500; # 500 KiB/s GlobalUPSpeedLimit = 1500; # 1.500 MiB/s
GlobalDLSpeedLimit = 5000; # 5 MiB/s GlobalDLSpeedLimit = -1;
IgnoreLimitsOnLAN = true; IgnoreLimitsOnLAN = true;
IncludeOverheadInLimits = true; IncludeOverheadInLimits = true;
GlobalMaxRatio = -1; GlobalMaxRatio = 2.5;
QueueingSystemEnabled = false; # seed all torrents all the time QueueingSystemEnabled = false; # seed all torrents all the time
AddTrackersEnabled = true; AddTrackersEnabled = true;