Fixed bootloader and added/fixed rofi-pass

This commit is contained in:
marc
2023-01-20 21:00:19 +01:00
parent e436a4be3b
commit 3aa810d7b3
5 changed files with 164 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
fsType = "ext4";
};
"/boot/efi" = {
"/boot" = {
device = "/dev/disk/by-label/BOOT";
fsType = "vfat";
};