feat: fix up modules

This commit is contained in:
Artur Manuel 2024-12-10 23:03:51 +00:00
commit f7c1774cf8
8 changed files with 359 additions and 21 deletions

View file

@ -9,9 +9,12 @@
];
config = {
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
boot = {
initrd.systemd.additionalUpstreamUnits = ["systemd-boot.service"];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
};
console = {