boot loader fix

This commit is contained in:
m3tam3re 2025-02-18 13:28:47 +01:00
parent d5ebade663
commit 71052b1be3
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ in {
# Boot configuration # Boot configuration
boot.loader.grub = { boot.loader.grub = {
enable = true; enable = true;
devices = ["/dev/sda"]; devices = [jsonConfig.rootDevice];
efiSupport = true; efiSupport = true;
efiInstallAsRemovable = true; efiInstallAsRemovable = true;
}; };

View File

@ -1 +1 @@
BASEROW_PUBLIC_URL=BASEROW_DOMAIN BASEROW_PUBLIC_URL=https://BASEROW_DOMAIN