aboutsummaryrefslogtreecommitdiff
path: root/hosts/carmel/boot.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-12 14:34:40 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-12 14:34:40 -0700
commit32f9e187049a5b27a9a3359692a04f2ec8924472 (patch)
treec0277f9f4b4011b50876159f51ec8a6f5d74a74b /hosts/carmel/boot.nix
parentprofiles/default: list installed packages in /etc/installed-packages (diff)
downloadinfra-32f9e187049a5b27a9a3359692a04f2ec8924472.tar.gz
home/carmel: move router's configuration to a profile
Diffstat (limited to '')
-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";
- };
-}