Split boot module.
This commit is contained in:
5
hosts/common/global/boot.nix
Normal file
5
hosts/common/global/boot.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
# Use the systemd-boot EFI boot loader.
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./boot.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./sudo.nix
|
./sudo.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user