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:
parent
feaebc52b8
commit
370f46be16
3 changed files with 2 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue