diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 5ef6b8ff..357f5c53 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -130,7 +130,7 @@ inputs: nix-serve = { enable = true; hostname = "nix-store.chn.moe"; }; smartd.enable = true; misskey.instances.misskey.hostname = "xn--qbtm095lrg0bfka60z.chn.moe"; - beesd.instances.root = { device = "/"; hashTableSizeMB = 4096; threads = 4; }; + beesd.instances.root = { device = "/"; hashTableSizeMB = 4096; threads = 4; loadAverage = 8; }; wireguard = { enable = true;