mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
4 lines
113 B
Nix
4 lines
113 B
Nix
{ pkgs, lib, ... }: {
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|