forked from Fachschaft/nixConfig
10 lines
139 B
Nix
10 lines
139 B
Nix
{
|
|
...
|
|
}: {
|
|
imports = [
|
|
];
|
|
|
|
# Bootloader
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|