From 32f9e187049a5b27a9a3359692a04f2ec8924472 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 May 2023 14:34:40 -0700 Subject: home/carmel: move router's configuration to a profile --- hosts/carmel/boot.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 hosts/carmel/boot.nix (limited to 'hosts/carmel/boot.nix') 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"; - }; -} -- cgit v1.2.3