Add OSProber

This commit is contained in:
Jeffrey Serio 2023-07-08 21:16:04 -05:00
parent 3e59dd4ca7
commit 6583a75cf7
1 changed files with 8 additions and 2 deletions

View File

@ -13,10 +13,16 @@
];
# Boot settings
boot.loader.grub.device = "/dev/nvme1n1";
boot.supportedFilesystems = ["zfs"];
boot.zfs.requestEncryptionCredentials = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader = {
grub = {
device = "/dev/nvme1n1";
useOSProber = true;
};
efi.canTouchEfiVariables = true;
};
# Set your time zone.
time.timeZone = "America/Chicago";