Follow

@xgqt@emacs.ch @wariat większość mojej wiedzy o bootloaderach wzięła się z psucia i naprawiania bootowania systemów "nie wymagających myślenia" jak *buntu xD W moim NixOS, który jest gdzieś pomiędzy kategoriami, cała konfiguracja ESP i bootloadera to:

```nix
# Use the systemd-boot EFI boot loader.
boot.loader.grub.enable = false;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
```

oraz

```nix
fileSystems."/boot" = {
device = "/dev/disk/by-partlabel/ESP";
};
```

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.