summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 09997a56..b4590736 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -52,6 +52,8 @@ in rec {
52 device = "/dev/vda"; 52 device = "/dev/vda";
53 }; 53 };
54 54
55 boot.tmpOnTmpfs = true;
56
55 boot.kernel.sysctl = { 57 boot.kernel.sysctl = {
56 "net.ipv4.tcp_keepalive_time" = 60; 58 "net.ipv4.tcp_keepalive_time" = 60;
57 "net.ipv4.tcp_keepalive_intvl" = 10; 59 "net.ipv4.tcp_keepalive_intvl" = 10;