diff options
| author | Christian <[email protected]> | 2026-01-28 20:15:06 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-28 20:15:06 -0600 |
| commit | dd286caa25a8975bbe190c0a374155180022e347 (patch) | |
| tree | d836c01f5d511cf298ed888666b3970ddeb56188 /modules/common.nix | |
| parent | ffea2846e2de5da72c890d4e48118959857d122e (diff) | |
Laptop: Necessary changes to boot
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
