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