diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |