push
This commit is contained in:
10
core/boot.nix
Normal file
10
core/boot.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user