summaryrefslogtreecommitdiff
path: root/modules/nixos/boot/109-199-104-83.nix
blob: 48548264bd2c18778cc9dc9950ded2f73bce25f7 (plain)
1
2
3
4
5
6
7
8
9
{
  boot.loader.grub = {
    efiSupport = true;
    efiInstallAsRemovable = true;
  };
  age.identityPaths = [
    "/persist/etc/ssh/ssh_host_ed25519_key"
  ];
}