move bootloader

This commit is contained in:
Reid 2025-01-28 22:00:46 -08:00
parent d5f82d159e
commit 5a1ea492e4
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 3 additions and 5 deletions

View file

@ -21,6 +21,9 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/0f09afdc-88e4-4764-818b-77828931278f";
fsType = "ext4";