about summary refs log tree commit diff
path: root/hosts/carmel/boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/carmel/boot.nix')
-rw-r--r--hosts/carmel/boot.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/carmel/boot.nix b/hosts/carmel/boot.nix
deleted file mode 100644
index b3b63da..0000000
--- a/hosts/carmel/boot.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ ... }:
-
-{
-  boot.loader.efi.efiSysMountPoint = "/boot/efi";
-
-  boot.kernel.sysctl = {
-    "net.ipv4.conf.all.forwarding" = true;
-    "net.ipv4.conf.default.forwarding" = true;
-    "net.core.default_qdisc" = "fq";
-    "net.ipv4.tcp_congestion_control" = "bbr";
-  };
-}