boot loader fix
This commit is contained in:
parent
d5ebade663
commit
71052b1be3
@ -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;
|
||||||
};
|
};
|
||||||
|
2
starter/env/baserow.env
vendored
2
starter/env/baserow.env
vendored
@ -1 +1 @@
|
|||||||
BASEROW_PUBLIC_URL=BASEROW_DOMAIN
|
BASEROW_PUBLIC_URL=https://BASEROW_DOMAIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user