Switch hub to systemd-boot.
This commit is contained in:
parent
ae503cfbda
commit
ad59ddc9dd
1 changed files with 6 additions and 11 deletions
|
@ -37,17 +37,12 @@
|
||||||
./apps/open-webui.nix
|
./apps/open-webui.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub = {
|
boot = {
|
||||||
enable = true;
|
loader = {
|
||||||
zfsSupport = true;
|
efi.canTouchEfiVariables = true;
|
||||||
efiSupport = true;
|
systemd-boot.enable = true;
|
||||||
efiInstallAsRemovable = true;
|
};
|
||||||
mirroredBoots = [
|
supportedFilesystems = [ "zfs" ];
|
||||||
{
|
|
||||||
devices = [ "nodev" ];
|
|
||||||
path = "/boot";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue