From dd286caa25a8975bbe190c0a374155180022e347 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 28 Jan 2026 20:15:06 -0600 Subject: Laptop: Necessary changes to boot --- modules/common.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules') diff --git a/modules/common.nix b/modules/common.nix index 526767b..2215f93 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -8,10 +8,6 @@ # Experimental features nix.settings.experimental-features = [ "nix-command" "flakes" ]; - # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - # Configure network connections interactively with nmcli or nmtui. networking.networkmanager.enable = true; -- cgit v1.2.3