updated system config

This commit is contained in:
Natalie Marks 2024-01-19 06:39:07 -08:00
parent 19704ad203
commit ba2ceb6acc

View file

@ -61,17 +61,18 @@
#boot.loader.efi.canTouchEfiVariables = true; #boot.loader.efi.canTouchEfiVariables = true;
boot.loader = { boot.loader = {
systemd-boot.enable = true;
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;
# assuming /boot is the mount point of the EFI partition in NixOS (as the installation section recommends). # assuming /boot is the mount point of the EFI partition in NixOS (as the installation section recommends).
efiSysMountPoint = "/boot"; efiSysMountPoint = "/boot";
}; };
grub = { # grub = {
enable = true; # enable = true;
device = "/dev/sdb"; # device = "/dev/sdb1";
theme = pkgs.nixos-grub2-theme; # theme = pkgs.nixos-grub2-theme;
useOSProber = true; # useOSProber = true;
}; # };
}; };
# Configure network proxy if necessary # Configure network proxy if necessary