From 562e475d96a453feadf865bcdd52b65c120af813 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 19 Jan 2022 00:30:02 +0000 Subject: sys/eve: switch to systemd-boot --- sys/eve.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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 -- cgit 1.4.1