From 06e45f51c6c9aff6b9423d8af5d93ea50d2b993b Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sun, 4 Jan 2026 23:13:16 +0100 Subject: [PATCH] PI debug MTU Check --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7b50296..4e5b245 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,8 +28,8 @@ ]; # Use the systemd-boot EFI boot loader. - # boot.loader.systemd-boot.enable = true; - # boot.loader.efi.canTouchEfiVariables = true; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; # Enable IP forwarding for NAT (used in wireguard.nix) and load specific modules. boot.kernel.sysctl = {