mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 14:01:29 +01:00
5 lines
108 B
Nix
5 lines
108 B
Nix
{ pkgs, ... }: {
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|