Mount firmware partition at /boot

This commit is contained in:
2021-02-03 03:41:40 +01:00
parent e65f322cfb
commit 37396a628c
2 changed files with 11 additions and 2 deletions

View File

@@ -16,6 +16,11 @@
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/2178-694E";
fsType = "vfat";
};
fileSystems."/vault" = {
device = "vault";
fsType = "zfs";