mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-26 06:02:34 -05:00
move boot.loader into hardware config for all hosts
This commit is contained in:
parent
62ccd0a91e
commit
c3b513ea0a
8 changed files with 43 additions and 35 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
config = {
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -6,7 +6,6 @@
|
|||
imports = [
|
||||
./network.nix
|
||||
./audio.nix
|
||||
./boot.nix
|
||||
./graphics.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue