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 = {