diff --git a/hosts/aarch64-linux/flame/default.nix b/hosts/aarch64-linux/flame/default.nix index d846e08..f4fa824 100644 --- a/hosts/aarch64-linux/flame/default.nix +++ b/hosts/aarch64-linux/flame/default.nix @@ -72,18 +72,20 @@ rec { # fsType = "vfat"; # }; - boot.loader.efi.canTouchEfiVariables = false; - boot.loader.grub = { - device = "nodev"; - splashImage = null; - extraConfig = '' - serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 - terminal_input --append serial - terminal_output --append serial - ''; - efiInstallAsRemovable = true; - efiSupport = true; - }; + # boot.loader.efi.canTouchEfiVariables = false; + # boot.loader.grub = { + # device = "nodev"; + # splashImage = null; + # extraConfig = '' + # serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 + # terminal_input --append serial + # terminal_output --append serial + # ''; + # efiInstallAsRemovable = 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 networking.timeServers = [ "169.254.169.254" ];