diff --git a/system/hosts/drew-desktop/configuration.nix b/system/hosts/drew-desktop/configuration.nix index 8a31c91..5ebb3c6 100644 --- a/system/hosts/drew-desktop/configuration.nix +++ b/system/hosts/drew-desktop/configuration.nix @@ -9,10 +9,6 @@ }: { - # Bootloader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "drew-desktop"; # Define your hostname. # Configure network proxy if necessary diff --git a/system/hosts/drew-desktop/hardware-configuration.nix b/system/hosts/drew-desktop/hardware-configuration.nix index dae24b3..c76d06d 100644 --- a/system/hosts/drew-desktop/hardware-configuration.nix +++ b/system/hosts/drew-desktop/hardware-configuration.nix @@ -12,6 +12,9 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; + # Bootloader. + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; boot.initrd.availableKernelModules = [ "xhci_pci"