meta: Merge boot module with system

This seems like it could fit with the hardware module as well, however
time will tell if we're able to keep this in system when importing it
into containers and virtual machines.

Note that boot.loader.efi.canTouchEfiVariables gets set to true during
the nixos-install process, so it should be okay to keep here.
This commit is contained in:
Donovan Glover 2024-04-03 07:30:40 -04:00
parent cc3991a38a
commit 85ead9e779
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 11 additions and 12 deletions

View File

@ -1,12 +0,0 @@
{
boot.loader = {
systemd-boot = {
enable = true;
editor = false;
configurationLimit = 10;
};
timeout = 0;
efi.canTouchEfiVariables = true;
};
}

View File

@ -1,4 +1,15 @@
{
boot.loader = {
systemd-boot = {
enable = true;
editor = false;
configurationLimit = 10;
};
timeout = 0;
efi.canTouchEfiVariables = true;
};
time.timeZone = "America/New_York";
i18n.defaultLocale = "ja_JP.UTF-8";