Compare commits
3 Commits
d7c2b46ae3
...
eaec89e698
| Author | SHA1 | Date | |
|---|---|---|---|
|
eaec89e698
|
|||
|
a0dc72b3b0
|
|||
|
9970e33bfb
|
@@ -1,2 +1,2 @@
|
||||
#!/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
12
flake.lock
generated
@@ -198,11 +198,11 @@
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1742631601,
|
||||
"narHash": "sha256-yJ3OOAmsGAxSl0bTmKUp3+cEYtSS+V6hUPK2rYhIPr8=",
|
||||
"lastModified": 1742806253,
|
||||
"narHash": "sha256-zvQ4GsCJT6MTOzPKLmlFyM+lxo0JGQ0cSFaZSACmWfY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "380ed15bcd6440606c6856db44a99140d422b46f",
|
||||
"rev": "ecaa2d911e77c265c2a5bac8b583c40b0f151726",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -214,11 +214,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1742735568,
|
||||
"narHash": "sha256-979zbJFSn3aPWt5N+dt9N5n1BULL1W6sdoPEDGOSW4Y=",
|
||||
"lastModified": 1742827197,
|
||||
"narHash": "sha256-Kk4R74Bp49I2FpX1FQtOiRbc79zMnmzgUE0xXJvy9Ys=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0ab4a35ea3f79f11018702be57548589170f93f6",
|
||||
"rev": "f7e08e59e383f6ebf6e921b9191b4b7c32706206",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -62,14 +62,14 @@
|
||||
|
||||
serverConfig.BitTorrent = {
|
||||
Session = {
|
||||
GlobalUPSpeedLimit = 1500; # 500 KiB/s
|
||||
GlobalDLSpeedLimit = 5000; # 5 MiB/s
|
||||
GlobalUPSpeedLimit = 1500; # 1.500 MiB/s
|
||||
GlobalDLSpeedLimit = -1;
|
||||
|
||||
IgnoreLimitsOnLAN = true;
|
||||
|
||||
IncludeOverheadInLimits = true;
|
||||
|
||||
GlobalMaxRatio = -1;
|
||||
GlobalMaxRatio = 2.5;
|
||||
QueueingSystemEnabled = false; # seed all torrents all the time
|
||||
|
||||
AddTrackersEnabled = true;
|
||||
|
||||
Reference in New Issue
Block a user