Add bootloader and not-detected.nix import

This commit is contained in:
Gene Liverman 2024-02-05 17:03:13 -05:00
parent d9f826453b
commit d77634f7f7
2 changed files with 11 additions and 3 deletions

View file

@ -4,6 +4,13 @@
./disk-config.nix
];
boot.loader.grub = {
# no need to set devices, disko will add all devices that have a EF02 partition to the list already
# devices = [ ];
efiSupport = true;
efiInstallAsRemovable = true;
};
system.stateVersion = "23.11";
networking = {