mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 13:50:13 +00:00
try systemd-boot instead of grub for flame
This commit is contained in:
@ -72,18 +72,20 @@ rec {
|
|||||||
# fsType = "vfat";
|
# fsType = "vfat";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
# boot.loader.efi.canTouchEfiVariables = false;
|
||||||
boot.loader.grub = {
|
# boot.loader.grub = {
|
||||||
device = "nodev";
|
# device = "nodev";
|
||||||
splashImage = null;
|
# splashImage = null;
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
|
# serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
|
||||||
terminal_input --append serial
|
# terminal_input --append serial
|
||||||
terminal_output --append serial
|
# terminal_output --append serial
|
||||||
'';
|
# '';
|
||||||
efiInstallAsRemovable = true;
|
# efiInstallAsRemovable = true;
|
||||||
efiSupport = true;
|
# efiSupport = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
# https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/configuringntpservice.htm#Configuring_the_Oracle_Cloud_Infrastructure_NTP_Service_for_an_Instance
|
# https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/configuringntpservice.htm#Configuring_the_Oracle_Cloud_Infrastructure_NTP_Service_for_an_Instance
|
||||||
networking.timeServers = [ "169.254.169.254" ];
|
networking.timeServers = [ "169.254.169.254" ];
|
||||||
|
Reference in New Issue
Block a user