12 lines
No EOL
180 B
Nix
12 lines
No EOL
180 B
Nix
{
|
|
den.aspects = {
|
|
neru = {
|
|
nixos = {
|
|
boot.loader.grub = {
|
|
efiSupport = true;
|
|
efiInstallAsRemovable = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
} |