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