lib/blade: mount boot drive to /boot
This commit is contained in:
parent
2596579835
commit
caea9c19c4
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ in {
|
|||
"/nix" = zfs "tank/local/nix";
|
||||
"/var" = zfs "tank/safe/var";
|
||||
"/home" = zfs "tank/safe/home";
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
|
|
Loading…
Reference in a new issue