about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-01-19 00:30:02 +0000
committerAlyssa Ross <hi@alyssa.is>2022-02-21 20:40:58 +0000
commit562e475d96a453feadf865bcdd52b65c120af813 (patch)
tree50c55305758abc832a7344c6f9b304dbee6955ee /sys
parentea840a8c53f8ce00a63ae72f6eee6d49fba748a3 (diff)
downloadnixlib-562e475d96a453feadf865bcdd52b65c120af813.tar
nixlib-562e475d96a453feadf865bcdd52b65c120af813.tar.gz
nixlib-562e475d96a453feadf865bcdd52b65c120af813.tar.bz2
nixlib-562e475d96a453feadf865bcdd52b65c120af813.tar.lz
nixlib-562e475d96a453feadf865bcdd52b65c120af813.tar.xz
nixlib-562e475d96a453feadf865bcdd52b65c120af813.tar.zst
nixlib-562e475d96a453feadf865bcdd52b65c120af813.zip
sys/eve: switch to systemd-boot
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