11 lines
160 B
Nix
11 lines
160 B
Nix
_: {
|
|
boot = {
|
|
loader = {
|
|
liminie = {
|
|
enable = true;
|
|
efiSupport = true;
|
|
efiInstallAsRemovable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|