updated system config
This commit is contained in:
parent
19704ad203
commit
ba2ceb6acc
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue