about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/eve.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/eve.nix b/sys/eve.nix
index 95f7f2b728af..5c5647754a3b 100644
--- a/sys/eve.nix
+++ b/sys/eve.nix
@@ -15,7 +15,7 @@
   boot.initrd.availableKernelModules = [ "nvme" "usb_storage" "sdhci_pci" ];
   boot.kernelModules = [ "kvm-intel" ];
 
-  boot.loader.grub.device = "/dev/disk/by-id/nvme-SAMSUNG_KUS040205M-B001_S3VBNY0KA60897";
+  boot.loader.systemd-boot.enable = true;
 
   fileSystems."/" = { fsType = "zfs"; device = "rpool/local/root"; };
   fileSystems."/tmp" = { fsType = "zfs"; device = "rpool/local/tmp"; };
@@ -23,8 +23,8 @@
   fileSystems."/home" = { fsType = "zfs"; device = "rpool/data/home"; };
   fileSystems."/state" = { fsType = "zfs"; device = "rpool/data/state"; };
   fileSystems."/boot" = {
-    fsType = "ext4";
-    device = "/dev/disk/by-uuid/ecbd0da4-29f4-4a3b-adde-6c365b405863";
+    fsType = "vfat";
+    device = "/dev/disk/by-path/pci-0000:02:00.0-nvme-1-part2";
   };
 
   # TODO: do this with ZFS