diff --git a/nix/configuration/hosts/odowork/default.nix b/nix/configuration/hosts/odowork/default.nix index 75f4fd8d..e142b0bf 100644 --- a/nix/configuration/hosts/odowork/default.nix +++ b/nix/configuration/hosts/odowork/default.nix @@ -29,8 +29,8 @@ me.mountPersistence = true; # Toggle to start writing the extlinux config which will be used by zfsbootmenu - # boot.loader.generic-extlinux-compatible.enable = true; - # boot.loader.systemd-boot.enable = lib.mkForce false; + boot.loader.generic-extlinux-compatible.enable = true; + boot.loader.systemd-boot.enable = lib.mkForce false; me.optimizations = { enable = true;