mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
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:
parent
cc3991a38a
commit
85ead9e779
@ -1,12 +0,0 @@
|
||||
{
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
configurationLimit = 10;
|
||||
};
|
||||
|
||||
timeout = 0;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user