knew it
This commit is contained in:
parent
bd7dfaac18
commit
a260e3d5bc
|
@ -50,13 +50,13 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader.systemd-boot.enable = false;
|
loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
# efi.canTouchEfiVariables = true;
|
# efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
enable = !config.boot.isContainer;
|
enable = lib.mkForce !config.boot.isContainer;
|
||||||
systemd.enable = false;
|
systemd.enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue