10 lines
162 B
Nix
10 lines
162 B
Nix
{
|
|
boot.loader.grub = {
|
|
efiSupport = true;
|
|
efiInstallAsRemovable = true;
|
|
};
|
|
age.identityPaths = [
|
|
"/persist/etc/ssh/ssh_host_ed25519_key"
|
|
];
|
|
}
|