backwards: Add boot module
This commit is contained in:
12
hosts/backwards/modules/boot/default.nix
Normal file
12
hosts/backwards/modules/boot/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user