diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index bb1a0bf5..c2a05f3b 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -139,13 +139,6 @@ in # Enable Guix service. services.guix.enable = true; - # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot = { - enable = true; - netbootxyz.enable = true; - }; - boot.loader.efi.canTouchEfiVariables = true; - # Set your time zone. time.timeZone = "Asia/Manila"; diff --git a/hosts/ni/hardware-configuration.nix b/hosts/ni/hardware-configuration.nix index e70874af..49c5be98 100644 --- a/hosts/ni/hardware-configuration.nix +++ b/hosts/ni/hardware-configuration.nix @@ -12,6 +12,13 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + # Use the systemd-boot EFI boot loader. + boot.loader.systemd-boot = { + enable = true; + netbootxyz.enable = true; + }; + boot.loader.efi.canTouchEfiVariables = true; + fileSystems."/" = { label = "root"; options = [