fix up remote 109-199-104-83

This commit is contained in:
andromeda
2026-01-10 00:55:44 +01:00
parent 243d7f3fc3
commit 97fca4cc7e
9 changed files with 62 additions and 61 deletions

View File

@@ -1,3 +1,7 @@
{
boot.loader.grub.device = "/dev/sda";
boot.loader.grub = {
devices = ["/dev/sda"];
efiSupport = true;
efiInstallAsRemovable = true;
};
}