Files
conf/modules/nixos/boot/109-199-104-83.nix
2026-01-10 10:33:06 +01:00

10 lines
162 B
Nix

{
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
};
age.identityPaths = [
"/persist/etc/ssh/ssh_host_ed25519_key"
];
}