core: move bootloader to hosts
This commit is contained in:
parent
22a7d47ace
commit
99a10f35dd
2 changed files with 3 additions and 4 deletions
|
@ -25,6 +25,9 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue