This commit is contained in:
Tasia Iso 2024-10-03 12:14:24 +02:00
parent bd7dfaac18
commit a260e3d5bc
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -50,13 +50,13 @@
];
boot = {
loader.systemd-boot.enable = false;
loader.systemd-boot.enable = lib.mkForce false;
# efi.canTouchEfiVariables = true;
initrd = {
enable = !config.boot.isContainer;
systemd.enable = false;
enable = lib.mkForce !config.boot.isContainer;
systemd.enable = lib.mkForce false;
};
};