Replaced grub with systemd-boot

Stopped using a ZFS pool for my boot partition.

Fixed this error in during boot (using grub):

> error: compression algorithm inherit not supported.
This commit is contained in:
Alejandro Angulo 2023-12-10 15:27:14 -08:00
parent feaebc52b8
commit 370f46be16
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 2 additions and 36 deletions

View file

@ -42,22 +42,10 @@
};
fileSystems."/boot" = {
device = "bpool/nixos/root";
fsType = "zfs";
options = ["zfsutil" "X-mount.mkdir"];
};
fileSystems."/boot/efis/nvme-WDC_WDS100T2B0C-00PXH0_21111Y801086-part1" = {
device = "/dev/disk/by-uuid/1443-371C";
device = "/dev/disk/by-uuid/3C7C-03C4";
fsType = "vfat";
};
fileSystems."/boot/efi" = {
device = "/boot/efis/nvme-WDC_WDS100T2B0C-00PXH0_21111Y801086-part1";
fsType = "none";
options = ["bind"];
};
swapDevices = [];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking