From ba2ceb6accb89b0afcd60055eaf167bcb5a02f9e Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Fri, 19 Jan 2024 06:39:07 -0800 Subject: [PATCH] updated system config --- configuration.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4b5942f..776899c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,17 +61,18 @@ #boot.loader.efi.canTouchEfiVariables = true; boot.loader = { + systemd-boot.enable = true; efi = { canTouchEfiVariables = true; # assuming /boot is the mount point of the EFI partition in NixOS (as the installation section recommends). efiSysMountPoint = "/boot"; }; - grub = { - enable = true; - device = "/dev/sdb"; - theme = pkgs.nixos-grub2-theme; - useOSProber = true; - }; + # grub = { + # enable = true; + # device = "/dev/sdb1"; + # theme = pkgs.nixos-grub2-theme; + # useOSProber = true; + # }; }; # Configure network proxy if necessary