feat: fix up modules
This commit is contained in:
parent
df4521dd35
commit
f7c1774cf8
8 changed files with 359 additions and 21 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue