Add boot loader
This commit is contained in:
parent
e64137c3ab
commit
71ac75dde2
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
}: {
|
||||
imports = [ ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "virtio_pci" "virtio_scsi" "usbhid" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ ];
|
||||
|
@ -26,4 +28,4 @@
|
|||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue