move boot.loader into hardware config for all hosts

This commit is contained in:
TheWanderingCrow 2025-01-29 13:47:26 -05:00
parent 62ccd0a91e
commit c3b513ea0a
8 changed files with 43 additions and 35 deletions

View file

@ -1,12 +0,0 @@
{
config = {
boot = {
loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
};
};
};
};
}

View file

@ -6,7 +6,6 @@
imports = [
./network.nix
./audio.nix
./boot.nix
./graphics.nix
];
}