lix + overlays

This commit is contained in:
2024-05-09 21:04:19 -06:00
parent 39157db0da
commit dc3f9651b1
8 changed files with 115 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
extraEntries = ''
menuentry "Fedora" {
set root=(hd1,1)
chainloader /EFI/fedora/grubx64.efi
chainloader /EFI/fedora/grub.efi
}
'';
};
@@ -83,6 +83,7 @@
"/mnt/games" = btrfsMount "games" // { };
# "/mnt/pool" = nfsMount "pool" // { };
# "/mnt/jawz" = nfsMount "jawz" // { };
# "/mnt/btrfs" = nfsMount "btrfs" // { };
"/boot" = {
device = "/dev/disk/by-uuid/ac6d349a-96b9-499e-9009-229efd7743a5";
fsType = "ext4";